- t [Return]
A label which may be used to return values of type 'a
- t [Monad.S]
The type of a monad producing values of type 'a
.
- t [Concurrency.Lock]
The type of a lock.
- t [Concurrency.BaseLock]
The type of a lock.
- t [Extlib.Concurrent.Lock]
The type of a lock.
- t [Condition]
The type of condition variables.
- t [Mutex]
The type of mutexes.
- t [RMutex]
The type of mutexes.
- t [Thread]
The type of thread handles.
- t [Threads.Condition]
The type of condition variables.
- t [Threads.Mutex]
The type of mutexes.
- t [Threads.RMutex]
The type of mutexes.
- t [Threads.Thread]
The type of thread handles.
- t [Data.OrderedType]
- t [Array]
The type of arrays.
- t [Array.Cap]
The type of arrays with capabilities.
- t [Big_array.Genarray]
The type Genarray.t
is the type of big arrays with variable
numbers of dimensions.
- t [Big_array.Array1]
The type of one-dimensional big arrays whose elements have
Caml type 'a
, representation kind 'b
, and memory layout 'c
.
- t [Big_array.Array2]
The type of two-dimensional big arrays whose elements have
Caml type 'a
, representation kind 'b
, and memory layout 'c
.
- t [Big_array.Array3]
The type of three-dimensional big arrays whose elements have
Caml type 'a
, representation kind 'b
, and memory layout 'c
.
- t [Dllist]
- t [Dyn_array]
- t [Enum]
- t [Seq]
A sequence is a computation which returns a list-like node
- t [Global]
Abstract type of a global
- t [Hashtbl.S]
- t [Hashtbl.HashedType]
The type of the hashtable keys.
- t [Hashtbl]
The type of a hashtable.
- t [Extlib.ExtHashtbl.Hashtbl.S]
- t [Hashtbl.Cap]
The type of a hashtable.
- t [Ref_list]
The type of an empty ref list
- t [Queue]
The type of queues containing elements of type 'a
.
- t [Ref]
The type of references.
- t [Stack]
The type of stacks containing elements of type 'a
.
- t [Stream]
The type of streams holding values of type 'a
.
- t [Vect.RANDOMACCESS]
- t [Vect]
The type of a polymorphic vect.
- t [Vect.Make]
The type of a polymorphic vect.
- t [Lazy]
A value of type 'a Lazy.t
is a deferred computation, called
a suspension, that has a result of type 'a
.
- t [Lazy_list]
The type of a lazy list.
- t [List]
The type of lists
- t [Map.S]
The type of maps from type key
to type 'a
.
- t [Extlib.ExtMap.Map.S]
The type of maps from type key
to type 'a
.
- t [Multi_pmap]
- t [Option]
- t [PMap]
- t [PSet]
The type of sets.
- t [Set.S]
The type of sets.
- t [Extlib.ExtSet.Set.S]
The type of sets.
- t [Unit]
The unit type, i.e.
- t [Bool]
The type of booleans.
- t [Bit_set]
- t [Numeric.Discrete]
- t [Numeric.Bounded]
- t [Numeric.Numeric]
- t [Big_int]
- t [Complex]
The type of complex numbers.
- t [Float]
The type of floating-point numbers.
- t [Int]
An alias for the type of integers.
- t [Int32]
- t [Int64]
- t [Native_int]
An alias for the type of native integers.
- t [Num]
- t [Safe_float]
The type of floating-point numbers.
- t [Safe_int]
An alias for the type of integers.
- t [Buffer]
The abstract type of buffers.
- t [Char]
An alias for the type of characters.
- t [UTF8]
UTF-8 encoded Unicode strings.
- t [Rope]
The type of the ropes.
- t [UChar]
The type of unicode characters.
- t [String]
The type of strings.
- t [Extlib.Interfaces.OrderedType]
- t [String.Cap]
The type of capability strings.
- t [Char_encodings]
The type of items of type 'a
, encoded using encoding 'b
.
- t [Obj]
- t [Oo.Internal]
- t [Weak.S]
The type of tables that contain elements of type data
.
- t [Weak]
The type of arrays of weak pointers (weak arrays).
- t [Batlib_Baselib_Weak.S]
The type of tables that contain elements of type data
.
- t [Printf]
The format to use for displaying the various arguments passed to the function.
- t [Value_printer]
Type of a value-printer, the boolean argument indicates whether
composed expression must be parenthesized.
- t [SExpr]
The type of S-Expressions
- t [Opt_parse.Opt]
Option type.
- t [Opt_parse.Formatter]
- t [Opt_parse.OptParser]
The type of an option parser.
- t [MD5]
The type of digests: 16-character strings.
- t [Random.State]
The type of PRNG states.
- t [Date]
The representation of a date in time.
- t [Future.Genlex]
A lexer
- t [Future.Parser_co]
A parser for elements of type 'a
, producing
elements of type 'b
, with user-defined states
of type 'c
.
- t [Future.Parser_co.Source]
A source of elements of type 'a
, with a user-defined state
of type 'b
- t [Future.PathGen.PathType]
A type for storing paths.
- t [Future.PathGen.StringType]
Type for strings.
- t [Extlib.PathGen.PathType]
A type for storing paths.
- t [Future.Result]
The type of a result
- table [Oo.Internal]
Internal representation of the vtable, i.e.
- tables [Oo.Internal]
- tag [Oo.Internal]
- tag [Format]
- tchar [Future.PathGen.StringType]
Character type used by t
.
- terminal_io [Unix]
- tm [Unix]
The type representing wallclock time and calendar date.
- token [Future.Genlex]