Convenience functions for working with tuples.
- pairTo,- doubleand- swapfor creating and arranging tuples
- uncurryand- applyfor using functions with values in a tuple
- maybeMapFirstand- maybeMapSecondfor lifting a- Maybeout of a tuple
- Copies and extensions of all Tuplefunctions to work with 3-tuples (first,second,third,mapFirst,mapSecond,mapThird,mapAllThree)
- Functions for creating 3-tuples (join,joinTo,triple,splitFirst,splitSecond)
- Functions for rearranging values in 3-tuples (reverse,rotateLeft,rotateRight,swapFirst,swapLast)
- uncurryand- applyfor using functions with values in a 3-tuple
- maybeMapFirst,- maybeMapSecondand- maybeMapThirdfor lifting a- Maybeout of a 3-tuple