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