[ Bron: haskell-ghc-typelits-extra ]
Pakket: libghc-ghc-typelits-extra-doc (0.4.7-1)
Verwijzigingen voor libghc-ghc-typelits-extra-doc
Debian bronnen:
Het bronpakket haskell-ghc-typelits-extra downloaden:
- [haskell-ghc-typelits-extra_0.4.7-1.dsc]
- [haskell-ghc-typelits-extra_0.4.7.orig.tar.gz]
- [haskell-ghc-typelits-extra_0.4.7-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [www.clash-lang.org]
Vergelijkbare pakketten:
- libghc-ghc-typelits-extra-prof
- libghc-ghc-typelits-natnormalise-doc
- libghc-ghc-typelits-natnormalise-dev
- libghc-ghc-typelits-natnormalise-prof
- libghc-ghc-typelits-knownnat-doc
- libghc-ghc-typelits-knownnat-dev
- libghc-ghc-typelits-knownnat-prof
- libghc-ghc-tcplugins-extra-doc
- libghc-generic-data-doc
- libghc-ghc-lib-parser-doc
- libghc-ghc-tcplugins-extra-dev
Additional type-level operations on GHC.TypeLits.Nat; documentation
Operations:
* Max: type-level max
* Min: type-level min
* Div: type-level div
* Mod: type-level mod
* FLog: type-level equivalent of integerLogBasei.e. the exact integer equivalent to floor (logBase x y)
* CLog: type-level equivalent of the ceiling of integerLogBasei.e. the exact integer equivalent to ceiling (logBase x y)
* Log: type-level equivalent of integerLogBasewhere the operation only reduces when floor (logBase b x) ~ ceiling (logBase b x)
* GCD: a type-level gcd
* LCM: a type-level lcm
And a custom solver for the above operations defined in GHC.TypeLits.Extra.Solver as a GHC type-checker plugin. To use the plugin, add the
OPTIONS_GHC -fplugin GHC.TypeLits.Extra.Solver
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.
Andere aan libghc-ghc-typelits-extra-doc gerelateerde pakketten
|
|
|
|
-
- dep: haddock-interface-42
- virtueel pakket geboden door 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-extra-dev
- Additional type-level operations on GHC.TypeLits.Nat
-
- rec: libghc-ghc-typelits-knownnat-doc
- Derive KnownNat constraints from other KnownNat constraints; documentation
-
- rec: libghc-ghc-typelits-natnormalise-doc
- GHC typechecker plugin for types of kind GHC.TypeLits.Nat; documentation
-
- rec: libjs-mathjax
- JavaScript display engine for LaTeX and MathML
-
- sug: libghc-ghc-typelits-extra-prof
- Additional type-level operations on GHC.TypeLits.Nat; profiling libraries