How to Install and Uninstall libghc-semirings-doc Package on Kali Linux

Last updated: July 08,2024

1. Install "libghc-semirings-doc" package

This guide let you learn how to install libghc-semirings-doc on Kali Linux

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

2. Uninstall "libghc-semirings-doc" package

Please follow the instructions below to uninstall libghc-semirings-doc on Kali Linux:

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

3. Information about the libghc-semirings-doc package on Kali Linux

Package: libghc-semirings-doc
Source: haskell-semirings
Version: 0.6-3
Installed-Size: 2380
Maintainer: Debian Haskell Group
Architecture: all
Depends: haddock-interface-41
Recommends: ghc-doc, libghc-base-compat-batteries-doc, libghc-hashable-doc, libghc-semirings-dev, libghc-unordered-containers-doc, libjs-mathjax
Suggests: libghc-semirings-prof
Size: 129728
SHA256: 7ca1492cf0a17168142f1bceb1133d7bf52692e7ff56e7a9efe0e89fe3572510
SHA1: 1723034475b6f06839359fd245f5a6bd4dd5166c
MD5sum: cb74218cb7130b055b4dc70bee1287b3
Description: two monoids as one, in holy haskimony; documentation
Haskellers are usually familiar with monoids and semigroups. A monoid has an
appending operation `<>` (or `mappend`), and an identity element, `mempty`.
A semigroup has an appending `<>` operation, but does not require a `mempty`
element.
.
A Semiring has two appending operations, `plus` and `times`, and two
respective identity elements, `zero` and `one`.
.
More formally, a Semiring R is a set equipped with two binary relations `+`
and `*`, such that:
.
(R,+) is a commutative monoid with identity element 0,
.
(R,*) is a monoid with identity element 1,
.
(*) left and right distributes over addition, and
.
multiplication by '0' annihilates R.
.
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:
Homepage: https://github.com/chessai/semirings
Section: doc
Priority: optional
Filename: pool/main/h/haskell-semirings/libghc-semirings-doc_0.6-3_all.deb