tuple-ops: various operations on n-ary tuples via GHC.Generics

[ bsd3, data, library ] [ Propose Tags ]

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.

Downloads

Maintainer's Corner

Package maintainers

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 2018-01-27T17:55:45Z
Distributions
Reverse Dependencies 2 direct, 5 indirect [details]
Downloads 2073 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-01-27 [all 1 reports]