package camomile

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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

module type Type = sig ... end
module Make (_ : Config.Type) (Text : UnicodeString.Type) : Type with type text = Text.t and type index = Text.index