Computation type: Computations which read values from a shared environment.
Binding strategy: Monad values are functions from the environment to a value. The bound function is applied to the bound value, and both have access to the shared environment. Useful for: Maintaining variable bindings, or other shared environment.Static member | Description |
Static member | Description |
Union case | Description |
Full Usage:
Reader 'r -> 't
Parameters:
'r -> 't
|
|
Static member | Description |
|
|
|
|
|
|
|
|
Full Usage:
Reader.Extract(arg1)
Parameters:
Reader<^Monoid, 'T>
Returns: 'T
Modifiers: inline |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|