Constructs to express generic computations
Type | Description |
Function or value | Description |
Full Usage:
iI x
Parameters:
'a
Returns: ^b -> 'd
Modifiers: inline |
|
Full Usage:
idiomatic a b
Parameters:
'a
b : ^b
Returns: 'c
Modifiers: inline |
|
|
![]() ![]() ![]() ![]() ![]() ![]() Creates a (lazy) monadic computation expression with side-effects (see http://fsprojects.github.io/FSharpPlus/computation-expressions.html for more information)
|
|
![]() ![]() ![]() ![]() ![]() ![]() Creates a strict monadic computation expression with side-effects (see http://fsprojects.github.io/FSharpPlus/computation-expressions.html for more information)
|