BSD-3-Clause licensed by Edward Kmett, Artyom
Maintained by Artyom
This version can be pinned in stack with:microlens-contra-0.1.0.1@sha256:ff9a3dd8e88108beb4b35c2b92458935b7941ab871a023247e045c81dd905cbe,1686

Module documentation for 0.1.0.1

Used by 1 package in lts-8.5(full list with versions):

This package provides Fold and Getter that are fully compatible with lens; the downside is that this package depends on contravariant, which in its turn depends on a lot of other packages (but still less than lens).

The difference between Fold and SimpleFold is that you can use e.g. takingWhile/droppingWhile and backwards on the former but not on the latter. Most functions from lens that work with Fold would work with SimpleFold as well, tho.

This package is a part of the microlens family; see the readme on Github.

Changes

0.1.0.1

  • Added forgotten copyright/authorship information.

0.1.0.0

Initial release.