sig
  exception Parse_error
  val glob : ?anchored:bool -> string -> Re.t
  val glob' : ?anchored:bool -> bool -> string -> Re.t
  val globx : ?anchored:bool -> string -> Re.t
  val globx' : ?anchored:bool -> bool -> string -> Re.t
end