Skip to content

Draft: Add Foldable and Traversable instances for tuples

Add Foldable and Traversable instances for tuples

See https://github.com/haskell/core-libraries-committee/issues/206 for discussion.

Add Foldable and Traversable instances for tuples with up to 7 components.
Specifically this commit adds instances for tuples with 3 to 7 components.

Merge request reports