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