lens-simple

simplified import of elementary lens-family combinators

https://github.com/michaelt/lens-simple

Version on this page:0.1.0.8
LTS Haskell 14.27:0.1.0.9
Stackage Nightly 2019-09-21:0.1.0.9
Latest on Hackage:0.1.0.9

See all snapshots lens-simple appears in

BSD-3-Clause licensed by michaelt
Maintained by [email protected]
This version can be pinned in stack with:lens-simple-0.1.0.8@sha256:7ca6e105d630ac8d9221f6c5807a308ac801a739d1ef5934dd784537c43f4c3e,5634

Module documentation for 0.1.0.8

lens-simple

Lens-Simple makes it easier to use the combinators and elementary lenses and traversals from the original ‘van Laarhoven’ lens library: Russell O’Connor’s lens-family 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.