You can search for identifiers within the package.
in-package search v0.2.0
type t
val compile : ?cs:bool -> string -> t
val exec : t -> string -> bool
val quick : ?cs:bool -> string -> string -> bool
val case_sensitive : t -> bool
val escape : string -> string
type re_style = [
| `PCRE
| `Str
]
val regexp_of_glob : ?style:re_style -> ?glob:t -> ?pat:string -> unit -> string