Up

Module Re2

Signature

module Options : sig .. end
This module uses the X-macro technique to keep a variant type in ML synchronized with an enum in C.
module Parser : sig .. end
module Parser_intf : sig .. end
module Re2_internal : sig .. end
module Re2_internal_intf : sig .. end
module Regex : sig .. end
module Std : sig .. end
The recommended way to use this library: open Re2.Std or module Re2 = Re2.Std.Re2 if you only want that module.