Maybe represents computation expressions that might go wrong.
Type | Description |
Function or value | Description |
Full Usage:
m >>= f
Parameters:
'a option
f : 'a -> 'b option
Returns: 'b option
|
|
|
|