Difference between revisions of "Lens"

From HaskellWiki
Jump to navigation Jump to search
(Inital page (stub))
 
(Added a link to "Getting Started with Lenses")
Line 8: Line 8:
 
== Links ==
 
== Links ==
   
  +
* [http://newartisans.com/2012/11/getting-started-with-lenses/ Getting Started with Lenses]
 
* [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]

Revision as of 22:36, 30 November 2012

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

Lenses are a way to easily access record fields.


Links