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

Last updated: September 20,2024

1. Install "libghc-semigroupoids-doc" package

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

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

2. Uninstall "libghc-semigroupoids-doc" package

Please follow the steps below to uninstall libghc-semigroupoids-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-semigroupoids-doc
Priority: extra
Section: universe/doc
Installed-Size: 1125
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-semigroupoids
Version: 5.0.0.4-1build1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-bifunctors-doc, libghc-comonad-doc, libghc-contravariant-doc, libghc-semigroups-doc, libghc-tagged-doc
Filename: pool/universe/h/haskell-semigroupoids/libghc-semigroupoids-doc_5.0.0.4-1build1_all.deb
Size: 71818
MD5sum: d950e5206acff3e076483179c1157f44
SHA1: f2e575178ed6602f5318276cbc9ea3c1d54c7d70
SHA256: ddfb48bf1acaa0034d515234550b6b7969a6eb2258ade92684e254a41cb1e14f
Description-en: Haskell 98 semigroupoids: Category sans id; documentation
A Semigroupoid is a Category without the requirement of identity arrows for
every object in the category.
.
When working with comonads you often have the <*> portion of an Applicative,
but not the pure. This was captured in Uustalu and Vene's "Essence of Dataflow
Programming" in the form of the ComonadZip class in the days before
Applicative. Apply provides a weaker invariant, but for the comonads used for
data flow programming (found in the streams package), this invariant is
preserved. Applicative function composition forms a semigroupoid.
.
This package provides the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: cf3f56c5edd3d17f6dc61c07fddcdf81
Homepage: http://github.com/ekmett/semigroupoids
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu