Type | Description |
Function or value | Description |
|
|
|
|
|
|
|
|
|
|
Full Usage:
listen m ()
Parameters:
unit -> 'a * 'b
() : unit
Returns: ('a * 'b) * 'b
|
|
|
|
|
|
Full Usage:
pass m ()
Parameters:
unit -> ('a * ('b -> 'c)) * 'b
() : unit
Returns: 'a * 'c
|
|
|
|
|
|
Full Usage:
tell w ()
Parameters:
'a
() : unit
Returns: unit * 'a
|
|
|
|