simplified import of lens-family
Go to file
2016-07-12 14:03:06 -04:00
examples add signature in Pong.hs for ghc-8 2016-07-12 13:49:08 -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
.travis.yml fancy hvr travis.yml 2016-06-17 03:11:09 -04:00
changelog zoom_ etc. 2015-06-14 18:59:23 -04:00
lens-simple.cabal repair tutorial reference again 2016-07-12 14:03:06 -04:00
LICENSE cabal file remarks 2015-06-10 16:39:41 -04:00
README.md Update README.md 2016-01-28 14:42:30 -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. For various reasons, O'Connor's package has a rather complicated structure; our purpose here is to ignore all this. The zoom preferred here is from Lens.Family.State.Strict. makeLenses and makeTraversals & co are re-exported from Dan Burton's lens-family-th.