The latest version of lensref is 0.2-0.

lensref

Version 0.1.0.5 revision 0 uploaded by PeterDivianszky.

Package meta

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

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:

Author
Péter Diviánszky
Bug reports
https://github.com/divipp/lensref/issues
Category
Control, Data
Copyright
n/a
Homepage
http://www.haskell.org/haskellwiki/LGtk
Maintainer
divipp@gmail.com
Package URL
n/a
Stability
experimental

Components