package camomile

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

Case mappings as defined in Unicode Technical Report #21

For locale, see Locale. If locale is omitted, default mapping is used.

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