1Tuples(3kaya) Kaya module reference Tuples(3kaya)
2
3
4
6 Tuples - Tuple data types
7
9 This module contains the definitions for the Tuple data types. While
10 tuples up to 6-tuples are defined by this module, it is better in most
11 situations to use a more meaningful user-defined data type than the
12 larger tuples.
13
14 It is automatically imported (via the Prelude module) unless the
15 -noprelude compiler option is used. Almost all programs and modules
16 will need to import this module.
17
19 Tuples.Pair (3kaya)
20 Tuples.Triple (3kaya)
21 Tuples.Tuple4 (3kaya)
22 Tuples.Tuple5 (3kaya)
23 Tuples.Tuple6 (3kaya)
25 Kaya standard library by Edwin Brady, Chris Morris and others
26 (kaya@kayalang.org). For further information see http://kayalang.org/
28 The Kaya standard library is free software; you can redistribute it
29 and/or modify it under the terms of the GNU Lesser General Public
30 License (version 2.1 or any later version) as published by the Free
31 Software Foundation.
32
33
34
35Kaya December 2010 Tuples(3kaya)