套件:libghc-ghc-typelits-natnormalise-doc(0.7.10-1)
libghc-ghc-typelits-natnormalise-doc 的相關連結
Debian 的資源:
下載原始碼套件 haskell-ghc-typelits-natnormalise:
- [haskell-ghc-typelits-natnormalise_0.7.10-1.dsc]
- [haskell-ghc-typelits-natnormalise_0.7.10.orig.tar.gz]
- [haskell-ghc-typelits-natnormalise_0.7.10-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [www.clash-lang.org]
相似套件:
- libghc-ghc-typelits-natnormalise-prof
- libghc-ghc-typelits-extra-doc
- libghc-ghc-typelits-knownnat-doc
- libghc-ghc-typelits-extra-dev
- libghc-ghc-typelits-knownnat-dev
- libghc-ghc-typelits-extra-prof
- libghc-ghc-typelits-knownnat-prof
- libghc-simple-reflect-doc
- libghc-hint-doc
- libghc-clash-lib-doc
- libghc-extra-doc
GHC typechecker plugin for types of kind GHC.TypeLits.Nat; documentation
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 the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
其他與 libghc-ghc-typelits-natnormalise-doc 有關的套件
|
|
|
|
-
- dep: haddock-interface-42
- 本虛擬套件由這些套件填實: ghc
-
- rec: ghc-doc
- Documentation for the Glasgow Haskell Compilation system
-
- rec: libghc-ghc-tcplugins-extra-doc
- Utilities for writing GHC type-checker plugins; documentation
-
- rec: libghc-ghc-typelits-natnormalise-dev
- GHC typechecker plugin for types of kind GHC.TypeLits.Nat
-
- rec: libjs-mathjax
- JavaScript display engine for LaTeX and MathML
-
- sug: libghc-ghc-typelits-natnormalise-prof
- GHC typechecker plugin for types of kind GHC.TypeLits.Nat; profiling libraries