Api
The module types that define Sosa's API.
Functors
Components for implementing common logic throughout Sosa's implementation.
Native_character
Richer interface to the build in char type.
Native_string
Richer interface to the built in string type.
Native_bytes
Richer interface to the built in byte type.
List_of
A functor to create strings that are lists of characters.
Of_mutable
A functor that uses an implementation of Api.MINIMALISTIC_MUTABLE_STRING to build Api.BASIC_STRING.
Int_utf8_character
Api.BASIC_CHARACTER with OCaml integers (int) representing Utf8 characters