sig
  exception Parse_error
  val glob :
    ?anchored:bool ->
    ?pathname:bool -> ?period:bool -> ?expand_braces: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