@hackage tuple-ops0.0.0.2
various operations on n-ary tuples via GHC.Generics
Installation
Dependencies (2)
- base >=4.7 && <5.0
- type-combinators ==0.2.4.3 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/fei-base
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.