A | |
alarm [Gc] |
An alarm is a piece of data that calls a user function at the end of
each major GC cycle.
|
anon_fun [Arg] | |
C | |
channel [Event] |
The type of communication channels carrying values of type
'a .
|
closure [CamlinternalOO] | |
color [Graphics] |
A color is specified by its R, G, B components.
|
color [AXOWidgets] |
As there are many ways of giving a color proerty in css, it is very hardto
give a better type for color.
|
control [Gc] |
The GC parameters are given as a
control record.
|
D | |
data [Weak.S] |
The type of the elements stored in the table.
|
doc [Arg] | |
E | |
elt [Set.S] |
The type of the set elements.
|
elt [MoreLabels.Set.S] | |
event [Graphics] |
To specify events to wait for.
|
event [Event] |
The type of communication events returning a result of type
'a .
|
extern_flags [Marshal] |
The flags to the
Marshal.to_* functions below.
|
F | |
flag [Regexp] | |
format [Pervasives] | |
format4 [Pervasives] |
Format strings have a general and highly polymorphic type
('a, 'b, 'c, 'd, 'e, 'f) format6 .
|
formatter [Format] |
Abstract data corresponding to a pretty-printer (also called a
formatter) and all its machinery.
|
formatter_tag_functions [Format] |
The tag handling functions specific to a formatter:
mark versions are the ``tag marking'' functions that associate a string
marker to a tag in order for the pretty-printing engine to flush
those markers as 0 length tokens in the output device of the formatter.
|
fpclass [Pervasives] |
The five classes of floating-point numbers, as determined by
the
Pervasives.classify_float function.
|
I | |
image [Graphics] |
The abstract type for images, in internal representation.
|
impl [CamlinternalOO] | |
in_channel [Scanf.Scanning] | |
in_channel [Pervasives] |
The type of input channel.
|
init_table [CamlinternalOO] | |
input [Js.Html] | |
K | |
key [MoreLabels.Map.S] | |
key [MoreLabels.Hashtbl.S] | |
key [Map.S] |
The type of the map keys.
|
key [Hashtbl.S] | |
key [Arg] | |
L | |
label [CamlinternalOO] | |
lexbuf [Lexing] |
The type of lexer buffers.
|
M | |
meth [CamlinternalOO] | |
O | |
obj [JSOO] |
The abstract type obj represents a JS object
|
obj [CamlinternalOO] | |
obj [AXOJs] | |
open_flag [Pervasives] |
Opening modes for
Pervasives.open_out_gen and
Pervasives.open_in_gen .
|
out_channel [Pervasives] |
The type of output channel.
|
P | |
params [CamlinternalOO] | |
position [Lexing] |
A value of type
position describes a point in a source file.
|
position [AXOWidgets] |
Position attribute enumeration
|
R | |
ref [Pervasives] |
The type of references (mutable indirection cells) containing
a value of type
'a .
|
S | |
scanbuf [Scanf.Scanning] |
The type of scanning buffers.
|
scanner [Scanf] |
The type of formatted input scanners:
('a, 'b, 'c, 'd) scanner is the
type of a formatted input function that reads from some formatted input channel
according to some format string; more precisely, if scan is some
formatted input function, then scan ic fmt f applies f to the arguments
specified by the format string fmt , when scan has read those arguments
from the formatted input channel ic .
|
shape [CamlinternalMod] | |
signal_behavior [Sys] | |
spec [Arg] |
The concrete type describing the behavior associated
with a keyword.
|
stat [Gc] |
The memory management counters are returned in a
stat record.
|
stats [CamlinternalOO] | |
status [Graphics] |
To report events.
|
T | |
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 [Thread] |
The type of thread handles.
|
t [StringLabels] |
An alias for the type of strings.
|
t [String] |
An alias for the type of strings.
|
t [Stream] |
The type of streams holding values of type
'a .
|
t [StdLabels.String] | |
t [Stack] |
The type of stacks containing elements of type
'a .
|
t [Set.S] |
The type of sets.
|
t [Regexp] | |
t [Random.State] |
The type of PRNG states.
|
t [Queue] |
The type of queues containing elements of type
'a .
|
t [Obj] | |
t [Nativeint] |
An alias for the type of native integers.
|
t [Mutex] |
The type of mutexes.
|
t [Set.OrderedType] |
The type of the set elements.
|
t [MoreLabels.Set.S] | |
t [MoreLabels.Map.S] | |
t [MoreLabels.Hashtbl.S] | |
t [MoreLabels.Hashtbl] | |
t [Map.OrderedType] |
The type of the map keys.
|
t [Map.S] |
The type of maps from type
key to type 'a .
|
t [Lazy] |
A value of type
'a Lazy.t is a deferred computation, called
a suspension, that has a result of type 'a .
|
t [Js.Fragment] | |
t [Js.Node] | |
t [Int64] |
An alias for the type of 64-bit integers.
|
t [Int32] |
An alias for the type of 32-bit integers.
|
t [Hashtbl.HashedType] |
The type of the hashtable keys.
|
t [Hashtbl.S] | |
t [Hashtbl] |
The type of hash tables from type
'a to type 'b .
|
t [Digest] |
The type of digests: 16-character strings.
|
t [Condition] |
The type of condition variables.
|
t [Complex] |
The type of complex numbers.
|
t [Char] |
An alias for the type of characters.
|
t [CamlinternalOO] | |
t [Buffer] |
The abstract type of buffers.
|
table [CamlinternalOO] | |
tables [CamlinternalOO] | |
tag [Format] | |
tag [CamlinternalOO] | |
token [Genlex] |
The type of tokens.
|
tree [AXOLang.LTree] | |
U | |
usage_msg [Arg] | |
V | |
v [AXOEvents.PARAMS] | |
value [JSOO] |
The value type is used as an intermediate container to pass values
between OCaml and JS
|