Tuples.3kaya

Langue: en

Version: March 2009 (fedora - 06/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Tuples - Tuple data types

DESCRIPTION

This module contains the definitions for the Tuple data types. While tuples up to 6-tuples are defined by this module, it is better in most situations to use a more meaningful user-defined data type than the larger tuples.

It is automatically imported (via the Prelude module) unless the -noprelude compiler option is used. Almost all programs and modules will need to import this module.

DATA TYPES

Tuples.Pair(3kaya)

Tuples.Triple(3kaya)

Tuples.Tuple4(3kaya)

Tuples.Tuple5(3kaya)

Tuples.Tuple6(3kaya)

AUTHORS

Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/

LICENSE

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.