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.

Modules

[Last Documentation]

  • Data
    • Tuple
      • Data.Tuple.Ops
        • Data.Tuple.Ops.Cons
        • Data.Tuple.Ops.Internal
        • Data.Tuple.Ops.Uncons

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 2019-09-17T11:33:02Z
Distributions
Reverse Dependencies 2 direct, 5 indirect [details]
Downloads 2079 total (14 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]