libghc-fclabels-prof

first-class accessor labels; profiling libraries

Description

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.

 Author: Sebastiaan Visser, Erik Hesselink, Chris Eidhof, Sjoerd Visscher
with lots of help and feedback from others.
 Upstream-Maintainer: Sebastiaan Visser <code@fvisser.nl>

This package contains the libraries compiled with profiling enabled.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/sebastiaanvisser/fclabels


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libghc-fclabels-prof