Commit graph

2 commits

Author SHA1 Message Date
PHO / phonohawk
c542d3eb7b Upstream update to fclabels-1.0.4 2012-03-04 07:06:36 +00:00
PHO / phonohawk
086168b27f Import hs-fclabels-0.11.1.1 as wip/hs-fclabels.
First class labels that act as bidirectional record fields.

The labels are implemented as lenses and are fully composable and can
be used to get, set and modify parts of a datatype in a consistent
way. The lens datatype, conveniently called `:->', is an instance of
the Category type class: meaning it has a proper identity and
composition. The library has support for automatically deriving labels
from record selectors that start with an underscore. Labels can be
used in a purely functional setting or be applied to mutable state in
some state monad.
2011-07-12 05:06:10 +00:00