Go to the first, previous, next, last section, table of contents.

In Prelude support

Arbitrary-sized tuples:
Plain old tuples of arbitrary size do work. Note that lots of overloading can give rise to large tuples "under the hood" of your program. HOWEVER: standard instances for tuples (`Eq', `Ord', `Ix', and `Binary') are available only up to 5-tuples; except `Binary', which we don't do at all. These limitations are easily subvertible, so please ask if you get stuck on them.


Go to the first, previous, next, last section, table of contents.