Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Standardmodule Bool : sig ... endFunctions for working with boolean (true or false) values.
module Char : sig ... endFunctions for working with single characters.
module Int : sig ... endFixed precision integers
module Integer : sig ... endArbitrary precision integers.
module Float : sig ... endFunctions for working with floating point numbers.
module String : sig ... endFunctions for working with "strings"
module Option : sig ... endFunctions for working with optional values.
module Result : sig ... endFunctions for working with computations which may fail.
module Tuple : sig ... endFunctions for manipulating pairs of values
module Tuple3 : sig ... endFunctions for manipulating trios of values
module Array : sig ... endA fixed lenfth collection of values
module List : sig ... endArbitrary length, singly linked lists
module Set : sig ... endA collection of unique values
module Map : sig ... endA collection of key-value pairs
module Comparator : sig ... endmodule Fun : sig ... endFunctions for working with functions.