Compose Module
Functions for composing lenses and prisms with other optics, which returns a new lens or prism based on the optic composed. Open `Aether.Operators` to use the infix operator forms of these compositions, which is significantly less verbose.
Types
Type | Description |
Functions and values
Function or value | Description |
Full Usage:
lens l o
Parameters:
'a
o : ^b
Returns: 'c
Modifiers: inline Type parameters: 'a, ^b, 'c |
|
Full Usage:
prism p o
Parameters:
'a
o : ^b
Returns: 'c
Modifiers: inline Type parameters: 'a, ^b, 'c |