You can search for identifiers within the package.
in-package search v0.2.0
include module type of struct include Re.Emacs end
exception Parse_error
exception Not_supported
Errors that can be raised during the parsing of the regular expression
val re : ?case:bool -> string -> Re__.Core.t
Parsing of an Emacs-style regular expression
val compile : Re__.Core.t -> Re__.Core.re
Regular expression compilation
val compile_pat : ?case:bool -> string -> Re__.Core.re
Same as Core.compile
Core.compile