Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 2.19 KB

index.md

File metadata and controls

37 lines (26 loc) · 2.19 KB
layout title
site
Home

This package provides families of lenses, isomorphisms, folds, traversals, getters and setters.

Costate Comonad Coalgebra is equivalent of Java's member variable update technology for Haskell

@PLT_Borat on twitter

The FAQ, which provides links to a large number of different resources for learning about lenses and an overview of the derivation of these types can be found on the Lens Wiki along with a brief overview and some examples.

Documentation is available through github (for HEAD) or hackage for the current and preceding releases.

Recent Activity

    {% for post in site.posts %}
  • {{ post.date | date: "%B %e, %Y" }} · {{post.author}} · {{ post.title }}
  • {% endfor %}

Video from New York Haskell: Lenses, Folds and Traversals

Slides from this talk are also available.

<iframe width="1200" height="720" src="https://www.youtube.com/embed/cefnmjtAolY?hd=1&start=74" frameborder="0" allowfullscreen="1"></iframe>