Option Module
Functions and values
Function or value |
Description
|
Full Usage:
attempt f
Parameters:
unit -> 'T
Returns: 'T option
|
|
Full Usage:
mapFold f s opt
Parameters:
'a -> 'b -> 'c * 'a
s : 'a
opt : 'b option
Returns: 'c option * 'a
|
|