Modules

type
binary
type
black
type
bool
=
Variant
  •    
    { 
    void
     
    false
     }
  • or 
    { 
    void
     
    true
     }
type
type
type
either
(
α
, 
β
)
=
Variant
  •    
    { 
    α
     
    left
     }
  • or 
    { 
    β
     
    right
     }
type =
Mutable.t
(
Variant
  •    
    { 
    (
    α
    )
     
    delayed
     }
  • or 
    { 
    void
     
    evaluating
     }
  • or 
    { 
    α
     
    value
     }
)
type
int32
type
int64
type
itextrator
type
list
(
α
)
=
type
type
option
(
α
)
=
option
(
α
)
type
order
(
'item
, 
'label
)
type
outcome
(
α
, 
β
)
=
Variant
  •    
    { 
    α
     
    success
     }
  • or 
    { 
    β
     
    failure
     }
type
type
text
type
textavl
type
void
=
void
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
eq
This is just an inline of the directive , which will report the position of the error in the source ...
A shortcut for .
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...
max
min
mod
nil
As : the empty list.
not
Boolean negation
A shortcut for
Same than print, prerr but add a newline char, and flush.
rem
Calls a function a given number of timesNB: only useful if f has a side-effect
sc
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
xor
|>
The pipe.The pipe is a reversed composition operator. That is, is equivalent to . Use this operator...
||

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.