lens-simple/README.md

6 lines
563 B
Markdown
Raw Normal View History

2015-05-30 23:08:53 +03:00
lens-simple
2015-05-06 03:19:11 +03:00
==================
2014-04-27 06:05:04 +04:00
2016-01-28 22:42:30 +03:00
`Lens-Simple` makes it easier to use the combinators from the original van Laarhoven-O'Connor lens library: Russell O'Connor's [`lens-family`](http://hackage.haskell.org/package/lens-family-core) 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`](http://hackage.haskell.org/package/lens-family-th).
2014-04-27 08:56:13 +04:00