Sugared as (a,b,c,d,e,f)
Tuples::Tuple6< a, b, c, d, e, f >
= Tuple6(a fst,b snd,c third,d fourth,e fifth,f sixth)
This represents an arbitrary set of six values. Tuple6(a,b,c,d,e,f) can be written as (a,b,c,d,e,f) for compactness.
This is the largest Tuple size available in the standard library. Strongly consider using a more meaningful data type instead of large Tuples, to make your code more readable.
Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.