How to Install and Uninstall libghc-fclabels-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 08,2024

1. Install "libghc-fclabels-doc" package

Please follow the steps below to install libghc-fclabels-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-fclabels-doc

2. Uninstall "libghc-fclabels-doc" package

Learn how to uninstall libghc-fclabels-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-fclabels-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-fclabels-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-fclabels-doc
Priority: extra
Section: universe/doc
Installed-Size: 618
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-fclabels
Version: 2.0.2.3-1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-mtl-doc
Filename: pool/universe/h/haskell-fclabels/libghc-fclabels-doc_2.0.2.3-1_all.deb
Size: 54802
MD5sum: 74a6479d08cdd5ba7dc4c69922bb682f
SHA1: 115bbf426fbf798456683d8c40a57bc00fe592ac
SHA256: ed219db48e2fc5d61610c0d8d9d4222ccb06a594e51687ce67dc1d6a76deb741
Description-en: first-class accessor labels; documentation
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
.
This package contains the documentation files.
Description-md5: eb2cc095f495552b9966c8fbd78c3bb5
Homepage: https://github.com/sebastiaanvisser/fclabels
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu