Module CamomileLibrary.UNF

Unicode normal form (NFD, NFKD, NFC, NFKC) as described in UTR #15

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