OperatorsModule
PackageFCQRS.Model
Compose a lens with an optic or morphism.
Parameters
| Name | Type | Description |
|---|---|---|
| l | 'a | |
| o | ^b |
Returns
'c
Compose a prism with an optic or morphism.
Parameters
| Name | Type | Description |
|---|---|---|
| p | 'a | |
| o | ^b |
Returns
'c
Get a value using an optic.
Parameters
| Name | Type | Description |
|---|---|---|
| target | 'a | |
| optic | ^b |
Returns
'c
Set a value using an optic.
Parameters
| Name | Type | Description |
|---|---|---|
| value | 'a | |
| optic | ^b |
Returns
'c