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

Last updated: May 08,2024

1. Install "libghc-indexed-traversable-doc" package

Please follow the steps below to install libghc-indexed-traversable-doc on Kali Linux

$ sudo apt update $ sudo apt install libghc-indexed-traversable-doc

2. Uninstall "libghc-indexed-traversable-doc" package

This guide let you learn how to uninstall libghc-indexed-traversable-doc on Kali Linux:

$ sudo apt remove libghc-indexed-traversable-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-indexed-traversable-doc
Source: haskell-indexed-traversable
Version: 0.1.3-1
Installed-Size: 1187
Maintainer: Debian Haskell Group
Architecture: all
Depends: haddock-interface-41
Recommends: ghc-doc, libghc-foldable1-classes-compat-doc, libghc-indexed-traversable-dev, libjs-mathjax
Suggests: libghc-indexed-traversable-prof
Size: 79256
SHA256: 6f715b37dd1dced3a65a14c4d0cc803e4cf40db8a511a20b504f416477db45be
SHA1: ef9d27cf59be91b16e4a7c1a7e69cc702f480a7e
MD5sum: e71ad1a8455a8d25424a07c5991a81a5
Description: Indexed Traversables for Haskell; documentation
This package provides three useful generalizations:
class Functor f => FunctorWithIndex i f | f -> i where
\ imap :: (i -> a -> b) -> f a -> f b
.
class Foldable f => FoldableWithIndex i f | f -> i where
\ ifoldMap :: Monoid m => (i -> a -> m) -> f a -> m
.
class (FunctorWithIndex i t, FoldableWithIndex i t, Traversable t) => TraversableWithIndex i t | t -> i where
\ itraverse :: Applicative f => (i -> a -> f b) -> t a -> f (t b)
.
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://hackage.haskell.org/package/indexed-traversable
Section: doc
Priority: optional
Filename: pool/main/h/haskell-indexed-traversable/libghc-indexed-traversable-doc_0.1.3-1_all.deb