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

Last updated: May 14,2024

1. Install "libghc-chimera-doc" package

Please follow the instructions below to install libghc-chimera-doc on Kali Linux

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

2. Uninstall "libghc-chimera-doc" package

Please follow the steps below to uninstall libghc-chimera-doc on Kali Linux:

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

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

Package: libghc-chimera-doc
Source: haskell-chimera
Version: 0.3.3.0-1
Installed-Size: 836
Maintainer: Debian Haskell Group
Architecture: all
Depends: haddock-interface-41
Recommends: ghc-doc, libghc-adjunctions-doc, libghc-chimera-dev, libghc-distributive-doc, libghc-primitive-doc, libghc-vector-doc, libjs-mathjax
Suggests: libghc-chimera-prof
Size: 77328
SHA256: 8f1bfcb0f586dedbffae7fa3bb083a30ff1be6d61f051fe51f9460257493f238
SHA1: 08d918a806a58a8a53a2629634a2eb0176a0a390
MD5sum: 9e90c4cdfe2d1a8d20f4a4e36681d18a
Description: lazy infinite compact streams with cache-friendly O(1) indexing; documentation
There are plenty of memoizing libraries on Hackage, but they
usually fall into two categories:
.
* Store cache as a flat array, enabling us
to obtain cached values in O(1) time, which is nice.
The drawback is that one must specify the size
of the array beforehand,
limiting an interval of inputs,
and actually allocate it at once.
* Store cache as a lazy binary tree.
Thanks to laziness, one can freely use the full range of inputs.
The drawback is that obtaining values from a tree
takes logarithmic time and is unfriendly to CPU cache,
which kinda defeats the purpose.
.
This package intends to tackle both issues,
providing a data type 'Chimera' for
lazy infinite compact streams with cache-friendly O(1) indexing.
.
Additional features include:
.
* memoization of recursive functions and recurrent sequences,
* memoization of functions of several, possibly signed arguments,
* efficient memoization of boolean predicates.
.
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/Bodigrim/chimera#readme
Section: doc
Priority: optional
Filename: pool/main/h/haskell-chimera/libghc-chimera-doc_0.3.3.0-1_all.deb

5. The same packages on other Linux Distributions