type regexp = URe.regexp
val regexp : string -> regexp
val regexp_string : string -> regexp
module type Type = sig ... end
module Make : functor (Text : UnicodeString.Type) -> Type with type text = Text.t and type index = Text.index
UReStr.Configure
module Config : ConfigInt.Type
type regexp = URe.regexp
val regexp : string -> regexp
val regexp_string : string -> regexp
module type Type = sig ... end
module Make : functor (Text : UnicodeString.Type) -> Type with type text = Text.t and type index = Text.index