type-level-numbers: Type level numbers implemented using type families.
This is type level numbers implemented using type families. Natural numbers use binary encoding. With default context stack numbers up to 2^18-1 coudl be represented. Signed integer numbers use balanced ternary encoding.
Package is structured as folows:
[
TypeLevel.Number.Classes
] contain generic type families such as Add[
TypeLevel.Number.Nat
] natural numbers implemented using binary encoding[
TypeLevel.Number.Int
] signed integers implemented using balanced ternary encoding[
TypeLevel.Boolean
] type level booleans
So far comparison of numbers, subtraction and multiplication of numbers are supported.
Modules
[Index]
Downloads
- type-level-numbers-0.1.1.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.1.0, 0.1.1.1, 0.1.1.2 |
---|---|
Change log | ChangeLog |
Dependencies | base (>=3 && <4.16), template-haskell (>2.0) [details] |
License | BSD-3-Clause |
Author | Alexey Khudyakov <alexey.skladnoy@gmail.com> |
Maintainer | Alexey Khudyakov <alexey.skladnoy@gmail.com> |
Revised | Revision 1 made by AlexeyKhudyakov at 2022-06-15T09:34:00Z |
Category | Type System |
Bug tracker | https://github.com/bos/statistics/issues |
Source repo | head: hg clone http://bitbucket.org/Shimuuar/type-level-numbers head: git clone https://github.com/Shimuuar/type-level-numbers |
Uploaded | by AlexeyKhudyakov at 2013-10-17T12:20:04Z |
Distributions | Debian:0.1.1.1, LTSHaskell:0.1.1.2, NixOS:0.1.1.2, Stackage:0.1.1.2 |
Reverse Dependencies | 3 direct, 5 indirect [details] |
Downloads | 7595 total (19 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |