gitextract_x_dmflpo/ ├── .ghci ├── .gitignore ├── LICENCE ├── README.markdown ├── Setup.hs ├── changelog ├── default.nix ├── lets-lens.cabal ├── lets-lens.nix ├── shell.nix ├── src/ │ ├── Lets/ │ │ ├── Choice.hs │ │ ├── Data.hs │ │ ├── GetSetLens.hs │ │ ├── Lens.hs │ │ ├── OpticPolyLens.hs │ │ ├── Profunctor.hs │ │ └── StoreLens.hs │ └── Lets.hs └── test/ └── doctests.hs