Difference between revisions of "Lens"

From HaskellWiki
Jump to navigation Jump to search
(Added section "Packages" with links to lens and lenses)
(→‎Links: added link to LensBeginnersCheatsheet)
Line 18: Line 18:
 
* [http://www.haskellforall.com/2012/01/haskell-for-mainstream-programmers_28.html Haskell for all: Lenses]
 
* [http://www.haskellforall.com/2012/01/haskell-for-mainstream-programmers_28.html Haskell for all: Lenses]
 
* [http://www.haskellforall.com/2013/05/program-imperatively-using-haskell.html Haskell for all: Program imperatively using Haskell lenses]
 
* [http://www.haskellforall.com/2013/05/program-imperatively-using-haskell.html Haskell for all: Program imperatively using Haskell lenses]
  +
* [[LensBeginnersCheatsheet]]

Revision as of 11:51, 12 October 2013

This article is a stub. You can help by expanding it.

Lenses are a way to easily access record fields.


Packages


Links