···55Let's Lens presents a series of exercises, in a similar format to
66[the Data61 functional programming course material](http://github.com/data61/fp-course).
77The subject of the exercises is around the concept of lenses, initially proposed
88-by Foster et al., to solve the view-update problem of relational databases.
88+by Foster et al., to solve the view-update problem of relational databases.
991010The theories around lenses have been advanced significantly in recent years,
1111resulting in a library, implemented in Haskell, called `lens`.