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

Last updated: December 24,2024

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

Please follow the guidelines below to install libghc-ghc-typelits-natnormalise-dev on Kali Linux

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

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

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

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

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

Package: libghc-ghc-typelits-natnormalise-dev
Source: haskell-ghc-typelits-natnormalise (0.7.9-1)
Version: 0.7.9-1+b1
Installed-Size: 1292
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-ghc-typelits-natnormalise-dev-0.7.9-da8e4
Depends: libghc-base-dev-4.17.2.0-68dfe, libghc-containers-dev-0.6.7-a1650, libghc-ghc-bignum-dev-1.3-90d8c, libghc-ghc-dev-9.4.7-ea902, libghc-ghc-tcplugins-extra-dev-0.4.5-ab127, libghc-transformers-dev-0.5.6.2-931c3, libc6 (>= 2.2.5), libgmp10 (>= 2:6.3.0+dfsg), libtinfo6 (>= 6)
Size: 175292
SHA256: 96b166ef8a0c410e143d18cb1f8beb39f30a0f7755bc6edb59d0e93d88652ca2
SHA1: 87f8d365d58c804e21bf15672e7c2308fe5c2586
MD5sum: 6e0eaa434a0308fc440a365606042967
Description: GHC typechecker plugin for types of kind GHC.TypeLits.Nat
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.
See http://www.haskell.org/ for more information on Haskell.
Description-md5:
Homepage: https://www.clash-lang.org/
Ghc-Package: ghc-typelits-natnormalise-0.7.9-7wMwVssZWV97vTrkDC3ywH
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-ghc-typelits-natnormalise/libghc-ghc-typelits-natnormalise-dev_0.7.9-1+b1_amd64.deb