OpticsModule
PackageFCQRS.Model
Various optics implemented for common types such as tuples,
lists and maps, along with an identity lens.
Summary
| Name | Signature | Synopsis |
|---|
| id_ | id_ | No description available. |
| box_ | box_ | Isomorphism between a boxed and unboxed type. |
| fst_ | fst_ | Lens to the first item of a tuple. |
| snd_ | snd_ | Lens to the second item of a tuple. |
Isomorphism between a boxed and unboxed type.
Returns
Isomorphism<objnull, 'a>
Lens to the first item of a tuple.
Returns
Lens<('a * 'b), 'a>
Lens to the second item of a tuple.
Returns
Lens<('a * 'b), 'b>