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