simplified import of lens-family
Go to file
2016-01-28 14:37:27 -05:00
examples turtle example, upload script 2015-05-30 23:24:29 -04:00
Lens adapt to lens-tutorial 2015-08-18 13:48:32 -04:00
.gitignore gitignore 2015-06-16 13:53:24 -04:00
changelog zoom_ etc. 2015-06-14 18:59:23 -04:00
lens-simple.cabal adapt to lens-tutorial 2015-08-18 13:48:32 -04:00
LICENSE cabal file remarks 2015-06-10 16:39:41 -04:00
README.md Update README.md 2016-01-28 14:37:27 -05:00
Setup.hs first commit 2014-04-26 23:21:13 -04:00
upload.sh turtle example, upload script 2015-05-30 23:24:29 -04:00

lens-simple

Lens-Simple makes it easier to use the combinators from the original van Laarhoven-O'Connor lens library: Russell O'Connor's lens-family package. Despite its simplicity, O'Connor's package has a rather complicated structure. The zoom preferred here is from Lens.Family.State.Strict. makeLenses and makeTraversals & co are re-exported from Dan Burton's lens-family-th.