Difference between revisions of "Lens"

From HaskellWiki
Jump to navigation Jump to search
(→‎Links: Added a link to "basic lens operator examples")
(→‎Links: Added link to the HCAR 2014 entry for the package lens)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
   
 
[[Category:Idioms]]
 
[[Category:Idioms]]
  +
[[Category:Packages]]
  +
[[Category:Libraries]]
   
 
Lenses are a way to easily access record fields.
 
Lenses are a way to easily access record fields.
Line 9: Line 11:
   
 
* [http://hackage.haskell.org/package/lens lens]
 
* [http://hackage.haskell.org/package/lens lens]
 
 
* [http://hackage.haskell.org/package/lenses lenses]
 
* [http://hackage.haskell.org/package/lenses lenses]
  +
* [http://hackage.haskell.org/package/lens-sop lens-sop]
  +
Furthermore, see the [http://hackage.haskell.org/packages/#cat:Lenses packages in the category Lenses on Hackage]
   
   
Line 24: Line 27:
 
* [http://ro-che.info/ccc/23 CCC #23: Picking a lens library]
 
* [http://ro-che.info/ccc/23 CCC #23: Picking a lens library]
 
* [http://gist.io/6923187 Musings on Lens]
 
* [http://gist.io/6923187 Musings on Lens]
  +
* [https://www.haskell.org/communities/11-2014/html/report.html#sect7.1.2 The HCAR 2014 entry for the package lens], including a list of links

Latest revision as of 08:05, 17 November 2014