tuple-sop

functions on n-ary tuples using generics-sop

https://github.com/Ferdinand-vW/tuple-sop#readme

Version on this page:0.3.0.0
LTS Haskell 22.17:0.3.1.0
Stackage Nightly 2024-04-14:0.3.1.0
Latest on Hackage:0.3.1.0

See all snapshots tuple-sop appears in

GPL-3.0-only licensed by Ferdinand van Walree
Maintained by [email protected]
This version can be pinned in stack with:tuple-sop-0.3.0.0@sha256:0743738308faab2f86cc1b905528bd4e905be499fc2b8662fd4be57427a768ad,1563

Module documentation for 0.3.0.0

  • Data
    • Data.Tuple
      • Data.Tuple.Ops
Depends on 2 packages(full list with versions):

tuple-sop

Changes

Changelog for tuple-sop

0.3.0.0 – 2018-05-08

  • Improved type inference. One minor breaking change in the use of mapT on polymorphic n-ary tuples.

0.2.0.1 – 2018-24-04

  • Fixed compatibility problem with ghc 7.10.3

0.2.0.0 – 2018-24-04

  • Removed type family dependencies

0.1.0.0 – 2018-13-04

  • Initial release