The fclabels package
This package provides first class labels that can act as bidirectional record fields. The labels can be derived automatically using Template Haskell which means you don't have to write any boilerplate yourself. The labels are implemented as lenses and are fully composable. Labels can be used to get, set and modify parts of a datatype in a consistent way.
See Data.Label for an introductory explanation.
Internally lenses are not tied to Haskell functions directly, but are implemented as arrows. Arrows allow the lenses to be run in custom computational contexts. This approach allows us to make partial lenses that point to fields of multi-constructor datatypes in an elegant way.
See the Data.Label.Maybe module for the use of partial labels.
1.1.1.0 -> 1.1.2
- Added partial set/modify versions that act as identity
when the constructor field is not available.
Properties
| Versions | 0.1, 0.1.2, 0.2.0, 0.3.0, 0.4.0, 0.4.1, 0.4.2, 0.4.2.1, 0.9.0, 0.9.1, 0.11.0, 0.11.1, 0.11.1.1, 0.11.2, 1.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.1.0, 1.1.0.1, 1.1.0.2, 1.1.1.0, 1.1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.4.1, 1.1.4.2, 1.1.4.3, 1.1.5, 1.1.6 |
|---|---|
| Dependencies | base (<5), mtl (≥1.0 & <2.2), template-haskell (≥2.2 & <2.8), transformers (0.2.*) |
| License | BSD3 |
| Author | Sebastiaan Visser, Erik Hesselink, Chris Eidhof, Sjoerd Visscher with lots of help and feedback from others. |
| Maintainer | Sebastiaan Visser <code@fvisser.nl> |
| Category | Data |
| Source repository | git clone git://github.com/sebastiaanvisser/fclabels.git |
| Upload date | Tue May 1 09:48:17 UTC 2012 |
| Uploaded by | SebastiaanVisser |
| Built on | ghc-7.4 |
| Distributions | NixOS: 1.1.6, Debian: 1.1.4.3 |
Modules
Downloads
- fclabels-1.1.2.tar.gz (Cabal source package)
- package description (included in the package)