Paketti: libghc-ghc-typelits-knownnat-dev (0.7.7-1 ja muut)
Links for libghc-ghc-typelits-knownnat-dev
Debian-palvelut:
Imuroi lähdekoodipaketti haskell-ghc-typelits-knownnat:
- [haskell-ghc-typelits-knownnat_0.7.7-1.dsc]
- [haskell-ghc-typelits-knownnat_0.7.7.orig.tar.gz]
- [haskell-ghc-typelits-knownnat_0.7.7-1.debian.tar.xz]
Ylläpitäjät:
External Resources:
- Kotisivu [clash-lang.org]
Samankaltaisia paketteja:
- libghc-ghc-typelits-knownnat-prof
- libghc-ghc-typelits-natnormalise-dev
- libghc-ghc-typelits-natnormalise-doc
- libghc-ghc-typelits-natnormalise-prof
- libghc-ghc-typelits-extra-dev
- libghc-ghc-typelits-extra-doc
- libghc-ghc-typelits-extra-prof
- libghc-ghc-tcplugins-extra-dev
- libghc-ghc-tcplugins-extra-doc
- libghc-ghc-tcplugins-extra-prof
- libghc-djinn-ghc-dev
Derive KnownNat constraints from other KnownNat constraints
A type checker plugin for GHC that can derive "complex" KnownNat constraints from other simple/variable KnownNat constraints. i.e. without this plugin, you must have both a KnownNat n and a KnownNat (n+2) constraint in the type signature of the following function:
f :: forall n . (KnownNat n, KnownNat (n+2)) => Proxy n -> Integer f _ = natVal (Proxy :: Proxy n) + natVal (Proxy :: Proxy (n+2))
Using the plugin you can omit the KnownNat (n+2) constraint:
f :: forall n . KnownNat n => Proxy n -> Integer f _ = natVal (Proxy :: Proxy n) + natVal (Proxy :: Proxy (n+2))
The plugin can derive KnownNat constraints for types consisting of:
* Type variables, when there is a corresponding KnownNat constraint
* Type-level naturals
* Applications of the arithmetic expression: +,-,*,^
* Type functions, when there is either:
1. a matching given KnownNat constraint; or
2. a corresponding KnownNat<N> instance for the type function
To use the plugin, add the
OPTIONS_GHC -fplugin GHC.TypeLits.KnownNat.Solver
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.
Muut pakettiin libghc-ghc-typelits-knownnat-dev liittyvät paketit
|
|
|
|
-
- dep: libc6 (>= 2.1.3) [i386]
- GNU-C-kirjasto: jaetut kirjastot
myös näennäispaketti, jonka toteuttaa libc6-udeb
- dep: libc6 (>= 2.17) [arm64, ppc64el]
- dep: libc6 (>= 2.2) [mips64el, mipsel, s390x]
- dep: libc6 (>= 2.2.5) [amd64]
- dep: libc6 (>= 2.4) [armel, armhf]
-
- dep: libghc-base-dev-4.15.1.0-07409 [s390x]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-base-dev-4.15.1.0-0d25e [armel, armhf]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-base-dev-4.15.1.0-315c4 [mipsel]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-base-dev-4.15.1.0-61ab8 [mips64el]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-base-dev-4.15.1.0-6a406 [amd64]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-base-dev-4.15.1.0-6f9e8 [i386]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-base-dev-4.15.1.0-78aa1 [arm64]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-base-dev-4.15.1.0-a09f1 [ppc64el]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-ghc-dev-9.0.2-132d6 [armhf]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-ghc-dev-9.0.2-33c6f [mips64el]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-ghc-dev-9.0.2-68733 [mipsel]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-ghc-dev-9.0.2-740f7 [amd64]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-ghc-dev-9.0.2-8024c [ppc64el]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-ghc-dev-9.0.2-91c0c [s390x]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-ghc-dev-9.0.2-b17a6 [arm64]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-ghc-dev-9.0.2-bc52a [armel]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-ghc-dev-9.0.2-ca0dc [i386]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-ghc-prim-dev-0.7.0-5c885 [armel, armhf, i386, mipsel]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-ghc-prim-dev-0.7.0-65cf5 [ei armel, armhf, i386, mipsel]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-ghc-tcplugins-extra-dev-0.4.3-22827 [amd64]
- näennäispaketti, jonka toteuttaa libghc-ghc-tcplugins-extra-dev
-
- dep: libghc-ghc-tcplugins-extra-dev-0.4.3-3642d [ppc64el]
- näennäispaketti, jonka toteuttaa libghc-ghc-tcplugins-extra-dev
-
- dep: libghc-ghc-tcplugins-extra-dev-0.4.3-46b0d [mips64el]
- näennäispaketti, jonka toteuttaa libghc-ghc-tcplugins-extra-dev
-
- dep: libghc-ghc-tcplugins-extra-dev-0.4.3-471da [s390x]
- näennäispaketti, jonka toteuttaa libghc-ghc-tcplugins-extra-dev
-
- dep: libghc-ghc-tcplugins-extra-dev-0.4.3-7fed1 [arm64]
- näennäispaketti, jonka toteuttaa libghc-ghc-tcplugins-extra-dev
-
- dep: libghc-ghc-tcplugins-extra-dev-0.4.3-ebd21 [i386]
- näennäispaketti, jonka toteuttaa libghc-ghc-tcplugins-extra-dev
-
- dep: libghc-ghc-tcplugins-extra-dev-0.4.3-f14a7 [armel, armhf]
- näennäispaketti, jonka toteuttaa libghc-ghc-tcplugins-extra-dev
-
- dep: libghc-ghc-tcplugins-extra-dev-0.4.3-f32ae [mipsel]
- näennäispaketti, jonka toteuttaa libghc-ghc-tcplugins-extra-dev
-
- dep: libghc-ghc-typelits-natnormalise-dev-0.7.7-0e7c7 [mips64el]
- näennäispaketti, jonka toteuttaa libghc-ghc-typelits-natnormalise-dev
-
- dep: libghc-ghc-typelits-natnormalise-dev-0.7.7-250cd [arm64]
- näennäispaketti, jonka toteuttaa libghc-ghc-typelits-natnormalise-dev
-
- dep: libghc-ghc-typelits-natnormalise-dev-0.7.7-54b8d [mipsel]
- näennäispaketti, jonka toteuttaa libghc-ghc-typelits-natnormalise-dev
-
- dep: libghc-ghc-typelits-natnormalise-dev-0.7.7-a70c4 [amd64]
- näennäispaketti, jonka toteuttaa libghc-ghc-typelits-natnormalise-dev
-
- dep: libghc-ghc-typelits-natnormalise-dev-0.7.7-a7f1f [ppc64el]
- näennäispaketti, jonka toteuttaa libghc-ghc-typelits-natnormalise-dev
-
- dep: libghc-ghc-typelits-natnormalise-dev-0.7.7-ba0b4 [armel, armhf]
- näennäispaketti, jonka toteuttaa libghc-ghc-typelits-natnormalise-dev
-
- dep: libghc-ghc-typelits-natnormalise-dev-0.7.7-c1b52 [i386]
- näennäispaketti, jonka toteuttaa libghc-ghc-typelits-natnormalise-dev
-
- dep: libghc-ghc-typelits-natnormalise-dev-0.7.7-d6b2b [s390x]
- näennäispaketti, jonka toteuttaa libghc-ghc-typelits-natnormalise-dev
-
- dep: libghc-template-haskell-dev-2.17.0.0-65a5c [ppc64el]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-template-haskell-dev-2.17.0.0-7274a [amd64]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-template-haskell-dev-2.17.0.0-7eec1 [mipsel]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-template-haskell-dev-2.17.0.0-a9cf3 [s390x]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-template-haskell-dev-2.17.0.0-b650a [armel, armhf]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-template-haskell-dev-2.17.0.0-be578 [mips64el]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-template-haskell-dev-2.17.0.0-fd143 [i386]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-template-haskell-dev-2.17.0.0-fec37 [arm64]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-transformers-dev-0.5.6.2-00dfd [mips64el, s390x]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-transformers-dev-0.5.6.2-01ae6 [mipsel]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-transformers-dev-0.5.6.2-81774 [i386]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-transformers-dev-0.5.6.2-c9ce8 [armel, armhf]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-transformers-dev-0.5.6.2-fc6f3 [amd64, arm64, ppc64el]
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libgmp10 (>= 2:6.2.1+dfsg1)
- Multiprecision arithmetic library
-
- dep: libtinfo6 (>= 6)
- Jaettu matalan abstraktiotason terminfo-kirjasto päätteen käsittelyyn
Imuroi libghc-ghc-typelits-knownnat-dev
Arkkitehtuuri | Versio | Paketin koko | Koko asennettuna | Tiedostot |
---|---|---|---|---|
amd64 | 0.7.7-1 | 69.6 kt | 519.0 kt | [tiedostoluettelo] |
arm64 | 0.7.7-1 | 85.1 kt | 854.0 kt | [tiedostoluettelo] |
armel | 0.7.7-1 | 78.7 kt | 628.0 kt | [tiedostoluettelo] |
armhf | 0.7.7-1 | 76.9 kt | 624.0 kt | [tiedostoluettelo] |
i386 | 0.7.7-1 | 103.9 kt | 679.0 kt | [tiedostoluettelo] |
mips64el | 0.7.7-1+b1 | 90.7 kt | 945.0 kt | [tiedostoluettelo] |
mipsel | 0.7.7-1+b1 | 83.9 kt | 746.0 kt | [tiedostoluettelo] |
ppc64el | 0.7.7-1 | 89.1 kt | 931.0 kt | [tiedostoluettelo] |
s390x | 0.7.7-1 | 99.5 kt | 901.0 kt | [tiedostoluettelo] |