typelits-witnesses: Existential witnesses, singletons, and classes for operations on GHC TypeLits
This library contains:
A small specialized subset of the *singletons* library as it pertains to
Nat
andSymbol
, for when you need some simple functionality without wanting to invoke the entire *singletons* library.Operations for manipulating these singletons and
KnownNat
andKnownSymbol
instances, such as addition and multiplication of singletons/KnownNat
instances.Operations for the comparison of
Nat
s in a way that works well withGHC.TypeLits*'s different comparison systems. This is helpful for bridging together libraries that use different systems; this functionality is not yet provided by *singletons*.
[Skip to Readme]
Downloads
- typelits-witnesses-0.4.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.3.0, 0.3.0.0, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.4.0.0, 0.4.0.1, 0.4.1.0 (info) |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.10 && <5), dependent-sum [details] |
Tested with | ghc >=8.10 |
License | MIT |
Copyright | (c) Justin Le 2024 |
Author | Justin Le |
Maintainer | justin@jle.im |
Category | Data |
Home page | https://github.com/mstksg/typelits-witnesses |
Source repo | head: git clone git://github.com/mstksg/typelits-witnesses.git |
Uploaded | by jle at 2024-07-25T06:14:14Z |
Distributions | LTSHaskell:0.4.1.0, Stackage:0.4.1.0 |
Reverse Dependencies | 7 direct, 32 indirect [details] |
Downloads | 9946 total (75 in the last 30 days) |
Rating | 2.25 (votes: 2) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2024-07-25 [all 1 reports] |