module Re_posix:sig
..end
exception Parse_error
exception Not_supported
typeopt =
[ `ICase | `Newline | `NoSub ]
val re : ?opts:opt list -> string -> Re.t
val compile : Re.t -> Re.re
val compile_pat : ?opts:opt list -> string -> Re.re