Operators Module
Optional custom operators for working with optics. Provides more concise syntactic options for working with the functions in the `Compose` and `Optic` modules.
Functions and values
Function or value | Description |
Full Usage:
l >-> o
Parameters:
'a
o : ^b
Returns: 'c
Modifiers: inline Type parameters: 'a, ^b, 'c |
|
Full Usage:
p >?> o
Parameters:
'a
o : ^b
Returns: 'c
Modifiers: inline Type parameters: 'a, ^b, 'c |
|
Full Usage:
f ^% optic
Parameters:
'a
optic : ^b
Returns: 'c
Modifiers: inline Type parameters: 'a, ^b, 'c |
|
Full Usage:
target ^. optic
Parameters:
'a
optic : ^b
Returns: 'c
Modifiers: inline Type parameters: 'a, ^b, 'c |
|
Full Usage:
value ^= optic
Parameters:
'a
optic : ^b
Returns: 'c
Modifiers: inline Type parameters: 'a, ^b, 'c |