microlens-mtl

microlens support for Reader/Writer/State from mtl

http://github.com/aelve/microlens

Version on this page:0.1.4.0
LTS Haskell 22.17:0.2.0.3@rev:1
Stackage Nightly 2024-04-19:0.2.0.3@rev:1
Latest on Hackage:0.2.0.3@rev:1

See all snapshots microlens-mtl appears in

BSD-3-Clause licensed by Artyom
Maintained by Artyom
This version can be pinned in stack with:microlens-mtl-0.1.4.0@sha256:d7506dac17575c69112256e96131242dd1ed300917a676ff000f32190289737f,1495

Module documentation for 0.1.4.0

This package contains functions (like view or +=) which work on MonadReader, MonadWriter, and MonadState from the mtl package.

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

Changes

0.1.4.0

  • Added preview (a synonym for (^?)).
  • Bumped microlens version again.

0.1.3.1

  • Bumped microlens version.

0.1.3.0

  • Moved some internally used functions to Lens.Micro.Internal in microlens.
  • Bumped base version.

0.1.2.0

  • Package now compiles with -O2 and other optimisations by default.

0.1.1.0

  • Added zoom and magnify.

0.1.0.0

Initial release.