module type Type = sig ... end
module Make : functor (Config : ConfigInt.Type) -> functor (Text : UnicodeString.Type) -> Type with type text = Text.t
CamomileLibrary.StringPrep
All-in-one, configure once at beginning module
module type Type = sig ... end
module Make : functor (Config : ConfigInt.Type) -> functor (Text : UnicodeString.Type) -> Type with type text = Text.t