module UnicodeString:sig
..end
CamomileLibrary.Type.UText
, CamomileLibrary.Type.XString
, CamomileLibrary.Type.UTF8
, CamomileLibrary.Type.UTF16
, CamomileLibrary.Type.UCS4
have matched signatures to UStorage
and satisfy the semantics described below. If users want to supply
their own Unicode strings, please design the module with the
following signature and properties.module type Type =sig
..end