tuple-ops: various operations on n-ary tuples via GHC.Generics
Some operations on n-ary tuples, including uncons
, cons
, etc. This package distinguish itself from other packages
on tuple mainly on the the implementation under the cover. It converts Generic datatype into the its representation
form, and carries out the operations on there. The other point is that this package tends to treat non-tuples directly as
1-ary, without need of OneTuple
or similar intermediate wrapper.
Modules
- Data
- Tuple
- Data.Tuple.Ops
- Data.Tuple.Ops.Cons
- Data.Tuple.Ops.Internal
- Data.Tuple.Ops.Uncons
- Data.Tuple.Ops
- Tuple
Downloads
- tuple-ops-0.0.0.3.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.0.0.0, 0.0.0.1, 0.0.0.2, 0.0.0.3 |
---|---|
Dependencies | base (>=4.7 && <5.0), type-combinators (==0.2.4.3) [details] |
License | BSD-3-Clause |
Author | Jiasen Wu |
Maintainer | Jiasen Wu <jiasenwu@hotmail.com> |
Category | Data |
Home page | https://github.com/pierric/tuple-ops |
Uploaded | by JiasenWu at 2019-09-17T11:33:02Z |
Distributions | |
Reverse Dependencies | 2 direct, 5 indirect [details] |
Downloads | 2156 total (13 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2019-09-17 [all 3 reports] |