[ 源代码: haskell-ghc-typelits-extra ]
软件包:libghc-ghc-typelits-extra-dev(0.4.3-2 以及其他的)
libghc-ghc-typelits-extra-dev 的相关链接
Debian 的资源:
下载源码包 haskell-ghc-typelits-extra:
- [haskell-ghc-typelits-extra_0.4.3-2.dsc]
- [haskell-ghc-typelits-extra_0.4.3.orig.tar.gz]
- [haskell-ghc-typelits-extra_0.4.3-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [www.clash-lang.org]
相似软件包:
- libghc-ghc-typelits-extra-prof
- libghc-ghc-typelits-natnormalise-dev
- libghc-ghc-typelits-natnormalise-doc
- libghc-ghc-typelits-natnormalise-prof
- libghc-ghc-typelits-knownnat-dev
- libghc-ghc-typelits-knownnat-doc
- libghc-ghc-typelits-knownnat-prof
- libghc-ghc-tcplugins-extra-dev
- libghc-ghc-tcplugins-extra-doc
- libghc-ghc-tcplugins-extra-prof
- libghc-generic-data-dev
Additional type-level operations on GHC.TypeLits.Nat
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 a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
其他与 libghc-ghc-typelits-extra-dev 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libghc-base-dev-4.15.1.0-0d25e
- 本虚包由这些包填实: ghc
-
- dep: libghc-containers-dev-0.6.4.1-3dea5
- 本虚包由这些包填实: ghc
-
- dep: libghc-ghc-bignum-dev-1.1-62ce1
- 本虚包由这些包填实: ghc
-
- dep: libghc-ghc-dev-9.0.2-132d6
- 本虚包由这些包填实: ghc
-
- dep: libghc-ghc-prim-dev-0.7.0-5c885
- 本虚包由这些包填实: ghc
-
- dep: libghc-transformers-dev-0.5.6.2-c9ce8
- 本虚包由这些包填实: ghc
-
- dep: libgmp10 (>= 2:6.2.1+dfsg1)
- 多精度运算库
-
- dep: libtinfo6 (>= 6)
- 用于终端处理的共享底层 terminfo 库