Modules
- Ansi
- Binary
- Bitwise
- Bool
- Buffer
- Cactutf
- Client_code
- Closure
- Continuation
- CoreProfiler
- Core_client_code
- Core_server_code
- Cps
- Debug
- Deprecated
- Exception
- ExecInit
- FiniteSingleThreadLazy
- Float
- Hashtbl
- Int
- Int32
- Int64
- Itextrator
- JsAst
- List
- LowLevelArray
- Magic
- Make_textralist
- Math
- Mutable
- OpaTsc
- OpaTsc_get
- OpaType
- OpaValue
- Option
- Order
- Outcome
- Random
- Record
- Reference
- Server
- ServerAst
- ServerCode
- ServerReference
- String
- Text
- Textavl
- Unicode
- Void
-
{void
false}
-
or
{void
true}
-
{α
left}
-
or
{β
right}
-
{α
success}
-
or
{β
failure}
| Name | Summary |
|---|---|
|
Magic operator '-'
Cf documentation of '+'.
Defined only on and
|
|
|
Magic overloaded operator '+'
This operator is defined only on , ,
The overloading of this operator...
|
|
|
As : list concatenation.
|
|
|
As : adding an element at the head of a list.
|
|
|
Magic operator '-'
Cf documentation of .
Defined only on and
|
|
|
Magic operator '-'
Cf documentation of '+'.
Defined only on and
|
|
|
Physical equality.This operator is for advanced uses, as it compares memory addresses of two objects...
|
|
|
CompositionThis is the forward composition operator. That is, is equivalent to .
Use this operator ...
|
|
|
The structural polymorphic comparison
|
|
|
The basic monomorphic comparison functions
|
|
|
This is just an inline of the directive ,
which will report the position of the error in the source ...
|
|
|
A shortcut for .
|
|
|
General loop will print
, then , then , ..., until .Alternative syntax: .
|
|
|
A function that discards its argument
|
|
|
A loop on integers.Example: will print , , ... until
|
|
|
Print a message and continue.If this function is executed on the client, the message will be display...
|
|
|
As : the empty list.
|
|
|
Boolean negation
|
|
|
A shortcut for
|
|
|
Same than print, prerr but add a newline char, and flush.
|
|
|
Calls a function a given number of timesNB: only useful if f has a side-effect
|
|
|
A shortcut for ^
|
|
|
The basic monomorphic conversion
|
|
|
A shortcut for
|
|
|
A shortcut for .
|
|
|
An alias for
|
|
|
Calls a function while it returns true, while accumulating a state
|
|
|
The pipe.The pipe is a reversed composition operator. That is, is equivalent to .
Use this operator...
|
|
Comments