constraint-tuples: Partially applicable constraint tuples
This library provides classes that emulate the behavior of GHC's constraint tuple syntax. Unlike GHC's built-in constraint tuples, the classes in this library can be partially applied.
This library exposes two different modules that are semantically identical, but compile to slightly different Core:
Data.Tuple.Constraint: A
CTupleN
class compiles to a dictionary data type withN
fields.Data.Tuple.Constraint.ClassNewtype: A
CTupleN
class compiles to a newtype around the corresponding built-in constraint tuple type withN
arguments.
[Skip to Readme]
Downloads
- constraint-tuples-0.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.1.1, 0.1.2, 0.2 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.6 && <5) [details] |
License | BSD-3-Clause |
Copyright | (C) 2018-2019 Ryan Scott |
Author | Ryan Scott |
Maintainer | ryan.gl.scott@gmail.com |
Category | Data |
Home page | https://github.com/RyanGlScott/constraint-tuples |
Bug tracker | https://github.com/RyanGlScott/constraint-tuples/issues |
Source repo | head: git clone https://github.com/RyanGlScott/constraint-tuples |
Uploaded | by ryanglscott at 2019-10-21T13:35:04Z |
Distributions | LTSHaskell:0.1.2, NixOS:0.1.2, Stackage:0.2 |
Downloads | 1603 total (15 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2019-10-21 [all 1 reports] |