Deprecated

lensref

References which can be joined and on which lenses can be applied

http://www.haskell.org/haskellwiki/LGtk

Latest on Hackage:0.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Péter Diviánszky
Maintained by [email protected]

The lensref package provides and interface an two implementation for references which can be joined and on which lenses can be applied.

  • The pure implementation is slow and has memory leaks but probably easier to follow. This is the reference implementation, so if the the other implementation differs this has the right behaviour.

  • The fast implementation is intended for real usage.

Status:

  • The interface is getting stable. You can expect more functionality and minor changes on current functionality.

  • There are test cases for the first half of the interface. Both implementations fulfil the test cases.

  • The pure implementation is ready.

  • The fast implementation is much faster than the pure implementation, but it is far from being as fast as possible. Probably it also leaks memory.

To see what is possible to do with lens references, look at the test cases in Data.LensRef.Test

For more information visit the following links: