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