How to Install and Uninstall libghc-ghc-typelits-natnormalise-prof Package on Kali Linux

Last updated: May 16,2024

1. Install "libghc-ghc-typelits-natnormalise-prof" package

In this section, we are going to explain the necessary steps to install libghc-ghc-typelits-natnormalise-prof on Kali Linux

$ sudo apt update $ sudo apt install libghc-ghc-typelits-natnormalise-prof

2. Uninstall "libghc-ghc-typelits-natnormalise-prof" package

Please follow the instructions below to uninstall libghc-ghc-typelits-natnormalise-prof on Kali Linux:

$ sudo apt remove libghc-ghc-typelits-natnormalise-prof $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-ghc-typelits-natnormalise-prof package on Kali Linux

Package: libghc-ghc-typelits-natnormalise-prof
Source: haskell-ghc-typelits-natnormalise (0.7.9-1)
Version: 0.7.9-1+b1
Installed-Size: 1264
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-ghc-typelits-natnormalise-prof-0.7.9-da8e4
Depends: libghc-base-prof-4.17.2.0-68dfe, libghc-containers-prof-0.6.7-a1650, libghc-ghc-bignum-prof-1.3-90d8c, libghc-ghc-prof-9.4.7-ea902, libghc-ghc-tcplugins-extra-prof-0.4.5-ab127, libghc-ghc-typelits-natnormalise-dev (= 0.7.9-1+b1), libghc-transformers-prof-0.5.6.2-931c3
Size: 149948
SHA256: af5fbca96601b159179b442f641ece2547b8156889ac35718f803d4914865015
SHA1: 38ecebe9a376b25798607c8d37fed29ffcba1961
MD5sum: f451d320ab30d9c29866811dff9ffb07
Description: GHC typechecker plugin for types of kind GHC.TypeLits.Nat; profiling libraries
A type checker plugin for GHC that can solve equalities and inequalities
of types of kind @Nat@, where these types are either:
.
* Type-level naturals
.
* Type variables
.
* Applications of the arithmetic expressions (+,-,*,^).
.
It solves these equalities by normalising them to sort-of SOP
(Sum-of-Products) form, and then perform a simple syntactic equality.
.
For example, this solver can prove the equality between:
.
(x + 2)^(y + 2)
.
and
.
4*x*(2 + x)^y + 4*(2 + x)^y + (2 + x)^y*x^2
.
Because the latter is actually the SOP normal form of the former.
.
To use the plugin, add the
.
OPTIONS_GHC -fplugin GHC.TypeLits.Normalise
.
Pragma to the header of your file.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5:
Homepage: https://www.clash-lang.org/
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-ghc-typelits-natnormalise/libghc-ghc-typelits-natnormalise-prof_0.7.9-1+b1_amd64.deb