summaryrefslogtreecommitdiff
path: root/src/main/java/bjc/optics/Optic.java
AgeCommit message (Collapse)Author
2022-10-08Add a whole bunch of OpticsBen Culkin
This adds a whole bunch of types/functions related to optics. With this batch, I've mainly gone for the concrete representation types, instead of var Laarhoven or profunctor representations. The concrete ones require less infrastructure, though they are not as easy to compose There's also a number of misc. things in here