Difference between revisions of "Lens"

From HaskellWiki
Jump to navigation Jump to search
(→‎Links: Added a link to "basic lens operator examples")
(Added a link to lens-sop and packages in the category Lenses on Hackage; added categories Libraries and Packages)
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]
   
   

Revision as of 20:33, 22 September 2014