Popularity
7.1
Declining
Activity
5.7
-
14
5
8

Monthly Downloads: 53
Programming language: Haskell
License: MIT License
Tags: Data     Lenses    
Latest version: v0.1.2

data-lens-light alternatives and similar packages

Based on the "Data" category.
Alternatively, view data-lens-light alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of data-lens-light or a related project?

Add another 'Data' Package

README

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.)