module Re_glob:sig
..end
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