Operators Module
Functions and values
Function or value | Description |
Full Usage:
(++) object (name, newValue)
Parameters:
'a
name : string
newValue : 'b
Returns: 'a
|
|
Full Usage:
(++?) object (name, newValue)
Parameters:
'a
name : string
newValue : 'b option
Returns: 'a
|
|
Full Usage:
(++??) object (name, newValue, f)
Parameters:
'a
name : string
newValue : 'b option
f : 'b -> 'c
Returns: 'a
|
|
Full Usage:
object -- name
Parameters:
'a
name : string
Returns: 'a
|