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

Last updated: May 16,2024

1. Install "libghc-monad-control-doc" package

In this section, we are going to explain the necessary steps to install libghc-monad-control-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-monad-control-doc

2. Uninstall "libghc-monad-control-doc" package

In this section, we are going to explain the necessary steps to uninstall libghc-monad-control-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-monad-control-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-monad-control-doc
Priority: extra
Section: universe/doc
Installed-Size: 242
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-monad-control
Version: 1.0.0.4-3build1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-transformers-base-doc
Filename: pool/universe/h/haskell-monad-control/libghc-monad-control-doc_1.0.0.4-3build1_all.deb
Size: 29344
MD5sum: 2960add64ee38268e7e9b705a5ae80ba
SHA1: 9cfb2e6e996b00d22d3aa778a3317a1febdbeea9
SHA256: d1a0e714ca0bb8dd9f97267db9adb10ad91f9d9cc20fe3e9f5e457c694c729c3
Description-en: Monad transformers to lift control operations; documentation
It defines the type class MonadControlIO, a subset of MonadIO into
which generic control operations such as catch can be lifted from IO.
Instances are based on monad transformers in MonadTransControl, which
includes all standard monad transformers in the transformers library
except ContT. For convenience, it provides a wrapped version of
Control.Exception with types generalized from IO to all monads in
MonadControlIO.
.
Note that this package is a rewrite of Anders Kaseorg's monad-peel
library. The main difference is that this package provides CPS style
operators and exploits the RankNTypes language extension to simplify
most definitions.
.
The package includes a copy of the monad-peel testsuite written by
Anders Kaseorg. The tests can be performed by using cabal test.
.
The following critertion based benchmark shows that monad-control is
on average about 2.5 times faster than monad-peel:
.
http://code.haskell.org/~basvandijk/code/bench-monad-peel-control
.
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: f9ba6752d8a0253442dacd5019efda0a
Homepage: https://github.com/basvandijk/monad-control
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu