module StringPrep: sig .. end
sig
end
module type Type = CamomileLibrary.StringPrep.Type
CamomileLibrary.StringPrep.Type
module Make: functor (Text : CamomileLibrary.Type.UnicodeString.Type) -> Type with type text = Text.t
functor (
Text
:
CamomileLibrary.Type.UnicodeString.Type
) ->
Type
with type text = Text.t