Paquet : libghc-ghc-typelits-knownnat-dev (0.7.7-1 et autres)
Liens pour libghc-ghc-typelits-knownnat-dev
Ressources Debian :
- Rapports de bogues
- Developer Information
- Journal des modifications Debian
- Fichier de licence
- Suivis des correctifs pour Debian
Télécharger le paquet source 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]
Responsables :
Ressources externes :
- Page d'accueil [clash-lang.org]
Paquets similaires :
- 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.
Autres paquets associés à libghc-ghc-typelits-knownnat-dev
|
|
|
|
-
- dep: libc6 (>= 2.1.3) [i386]
- bibliothèque C GNU : bibliothèques partagées
un paquet virtuel est également fourni par 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]
- paquet virtuel fourni par ghc
-
- dep: libghc-base-dev-4.15.1.0-0d25e [armel, armhf]
- paquet virtuel fourni par ghc
-
- dep: libghc-base-dev-4.15.1.0-315c4 [mipsel]
- paquet virtuel fourni par ghc
-
- dep: libghc-base-dev-4.15.1.0-61ab8 [mips64el]
- paquet virtuel fourni par ghc
-
- dep: libghc-base-dev-4.15.1.0-6a406 [amd64]
- paquet virtuel fourni par ghc
-
- dep: libghc-base-dev-4.15.1.0-6f9e8 [i386]
- paquet virtuel fourni par ghc
-
- dep: libghc-base-dev-4.15.1.0-78aa1 [arm64]
- paquet virtuel fourni par ghc
-
- dep: libghc-base-dev-4.15.1.0-a09f1 [ppc64el]
- paquet virtuel fourni par ghc
-
- dep: libghc-ghc-dev-9.0.2-132d6 [armhf]
- paquet virtuel fourni par ghc
-
- dep: libghc-ghc-dev-9.0.2-33c6f [mips64el]
- paquet virtuel fourni par ghc
-
- dep: libghc-ghc-dev-9.0.2-68733 [mipsel]
- paquet virtuel fourni par ghc
-
- dep: libghc-ghc-dev-9.0.2-740f7 [amd64]
- paquet virtuel fourni par ghc
-
- dep: libghc-ghc-dev-9.0.2-8024c [ppc64el]
- paquet virtuel fourni par ghc
-
- dep: libghc-ghc-dev-9.0.2-91c0c [s390x]
- paquet virtuel fourni par ghc
-
- dep: libghc-ghc-dev-9.0.2-b17a6 [arm64]
- paquet virtuel fourni par ghc
-
- dep: libghc-ghc-dev-9.0.2-bc52a [armel]
- paquet virtuel fourni par ghc
-
- dep: libghc-ghc-dev-9.0.2-ca0dc [i386]
- paquet virtuel fourni par ghc
-
- dep: libghc-ghc-prim-dev-0.7.0-5c885 [armel, armhf, i386, mipsel]
- paquet virtuel fourni par ghc
-
- dep: libghc-ghc-prim-dev-0.7.0-65cf5 [non armel, armhf, i386, mipsel]
- paquet virtuel fourni par ghc
-
- dep: libghc-ghc-tcplugins-extra-dev-0.4.3-22827 [amd64]
- paquet virtuel fourni par libghc-ghc-tcplugins-extra-dev
-
- dep: libghc-ghc-tcplugins-extra-dev-0.4.3-3642d [ppc64el]
- paquet virtuel fourni par libghc-ghc-tcplugins-extra-dev
-
- dep: libghc-ghc-tcplugins-extra-dev-0.4.3-46b0d [mips64el]
- paquet virtuel fourni par libghc-ghc-tcplugins-extra-dev
-
- dep: libghc-ghc-tcplugins-extra-dev-0.4.3-471da [s390x]
- paquet virtuel fourni par libghc-ghc-tcplugins-extra-dev
-
- dep: libghc-ghc-tcplugins-extra-dev-0.4.3-7fed1 [arm64]
- paquet virtuel fourni par libghc-ghc-tcplugins-extra-dev
-
- dep: libghc-ghc-tcplugins-extra-dev-0.4.3-ebd21 [i386]
- paquet virtuel fourni par libghc-ghc-tcplugins-extra-dev
-
- dep: libghc-ghc-tcplugins-extra-dev-0.4.3-f14a7 [armel, armhf]
- paquet virtuel fourni par libghc-ghc-tcplugins-extra-dev
-
- dep: libghc-ghc-tcplugins-extra-dev-0.4.3-f32ae [mipsel]
- paquet virtuel fourni par libghc-ghc-tcplugins-extra-dev
-
- dep: libghc-ghc-typelits-natnormalise-dev-0.7.7-0e7c7 [mips64el]
- paquet virtuel fourni par libghc-ghc-typelits-natnormalise-dev
-
- dep: libghc-ghc-typelits-natnormalise-dev-0.7.7-250cd [arm64]
- paquet virtuel fourni par libghc-ghc-typelits-natnormalise-dev
-
- dep: libghc-ghc-typelits-natnormalise-dev-0.7.7-54b8d [mipsel]
- paquet virtuel fourni par libghc-ghc-typelits-natnormalise-dev
-
- dep: libghc-ghc-typelits-natnormalise-dev-0.7.7-a70c4 [amd64]
- paquet virtuel fourni par libghc-ghc-typelits-natnormalise-dev
-
- dep: libghc-ghc-typelits-natnormalise-dev-0.7.7-a7f1f [ppc64el]
- paquet virtuel fourni par libghc-ghc-typelits-natnormalise-dev
-
- dep: libghc-ghc-typelits-natnormalise-dev-0.7.7-ba0b4 [armel, armhf]
- paquet virtuel fourni par libghc-ghc-typelits-natnormalise-dev
-
- dep: libghc-ghc-typelits-natnormalise-dev-0.7.7-c1b52 [i386]
- paquet virtuel fourni par libghc-ghc-typelits-natnormalise-dev
-
- dep: libghc-ghc-typelits-natnormalise-dev-0.7.7-d6b2b [s390x]
- paquet virtuel fourni par libghc-ghc-typelits-natnormalise-dev
-
- dep: libghc-template-haskell-dev-2.17.0.0-65a5c [ppc64el]
- paquet virtuel fourni par ghc
-
- dep: libghc-template-haskell-dev-2.17.0.0-7274a [amd64]
- paquet virtuel fourni par ghc
-
- dep: libghc-template-haskell-dev-2.17.0.0-7eec1 [mipsel]
- paquet virtuel fourni par ghc
-
- dep: libghc-template-haskell-dev-2.17.0.0-a9cf3 [s390x]
- paquet virtuel fourni par ghc
-
- dep: libghc-template-haskell-dev-2.17.0.0-b650a [armel, armhf]
- paquet virtuel fourni par ghc
-
- dep: libghc-template-haskell-dev-2.17.0.0-be578 [mips64el]
- paquet virtuel fourni par ghc
-
- dep: libghc-template-haskell-dev-2.17.0.0-fd143 [i386]
- paquet virtuel fourni par ghc
-
- dep: libghc-template-haskell-dev-2.17.0.0-fec37 [arm64]
- paquet virtuel fourni par ghc
-
- dep: libghc-transformers-dev-0.5.6.2-00dfd [mips64el, s390x]
- paquet virtuel fourni par ghc
-
- dep: libghc-transformers-dev-0.5.6.2-01ae6 [mipsel]
- paquet virtuel fourni par ghc
-
- dep: libghc-transformers-dev-0.5.6.2-81774 [i386]
- paquet virtuel fourni par ghc
-
- dep: libghc-transformers-dev-0.5.6.2-c9ce8 [armel, armhf]
- paquet virtuel fourni par ghc
-
- dep: libghc-transformers-dev-0.5.6.2-fc6f3 [amd64, arm64, ppc64el]
- paquet virtuel fourni par ghc
-
- dep: libgmp10 (>= 2:6.2.1+dfsg1)
- Bibliothèque arithmétique à multi-précision
-
- dep: libtinfo6 (>= 6)
- bibliothèque partagée terminfo de bas niveau pour manipuler le terminal
Télécharger libghc-ghc-typelits-knownnat-dev
Architecture | Version | Taille du paquet | Espace occupé une fois installé | Fichiers |
---|---|---|---|---|
amd64 | 0.7.7-1 | 69,6 ko | 519,0 ko | [liste des fichiers] |
arm64 | 0.7.7-1 | 85,1 ko | 854,0 ko | [liste des fichiers] |
armel | 0.7.7-1 | 78,7 ko | 628,0 ko | [liste des fichiers] |
armhf | 0.7.7-1 | 76,9 ko | 624,0 ko | [liste des fichiers] |
i386 | 0.7.7-1 | 103,9 ko | 679,0 ko | [liste des fichiers] |
mips64el | 0.7.7-1+b1 | 90,7 ko | 945,0 ko | [liste des fichiers] |
mipsel | 0.7.7-1+b1 | 83,9 ko | 746,0 ko | [liste des fichiers] |
ppc64el | 0.7.7-1 | 89,1 ko | 931,0 ko | [liste des fichiers] |
s390x | 0.7.7-1 | 99,5 ko | 901,0 ko | [liste des fichiers] |