Update README.md

This commit is contained in:
Michael Thompson 2016-01-28 14:37:27 -05:00
parent 731d9def2a
commit 3815752d4a

View File

@ -1,5 +1,5 @@
lens-simple
==================
`Lens-Simple` makes it easier to use the combinators and elementary lenses and traversals from the original van Laarhoven-O'Connor lens library: Russell O'Connor's [`lens-family`](http://hackage.haskell.org/package/lens-family-core) package. Despite its simplicity, this 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`](http://hackage.haskell.org/package/lens-family-th).
`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. 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`](http://hackage.haskell.org/package/lens-family-th).