data-lens-light: Simple lenses, minimum dependencies

[ data, lenses, library, mit ] [ Propose Tags ]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.0.1, 0.1.0.2, 0.1.1, 0.1.2, 0.1.2.1, 0.1.2.2, 0.1.2.3, 0.1.2.4
Change log CHANGELOG.md
Dependencies base (>=4 && <5), mtl (>=2.1), template-haskell [details]
License MIT
Author Roman Cheplyaka
Maintainer roma@ro-che.info
Category Data, Lenses
Home page https://github.com/feuerbach/data-lens-light
Source repo head: git clone https://github.com/feuerbach/data-lens-light.git
Uploaded by srk at 2023-08-03T09:40:57Z
Distributions LTSHaskell:0.1.2.4, NixOS:0.1.2.4, Stackage:0.1.2.4
Reverse Dependencies 10 direct, 51 indirect [details]
Downloads 14915 total (64 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-08-03 [all 1 reports]

Readme for data-lens-light-0.1.2.4

[back to package description]

data-lens-light

This is a minimalistic lens library, based on data-lens.

The main differences from data-lens are:

  • reduced API
  • minimal set of dependencies
  • data-lens, data-lens-fd and data-lens-template exported through a single module in a single package
  • MonadState combinators return ()
  • strict MonadState combinators force the whole state, too

(The above list may be not exhaustive. Compatibility with data-lens is not a goal.)