package camomile

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
exception Malformed_code
exception Out_of_range
val automatic : string -> t list -> t -> t
val new_enc : string -> t -> unit
val alias : string -> string -> unit
val of_name : string -> t
val name_of : t -> string
val ascii : t
val latin1 : t
val utf8 : t
val utf16 : t
val utf16be : t
val utf16le : t
val utf32 : t
val utf32be : t
val utf32le : t
val ucs4 : t
val recode_string : in_enc:t -> out_enc:t -> string -> string
val ustream_of : t -> char Stream.t -> CamomileLibrary.UChar.t Stream.t
val char_stream_of : t -> CamomileLibrary.UChar.t Stream.t -> char Stream.t
module type Type = sig ... end