Pacioli

A statically typed unit-aware matrix language

View project on GitHub

Tuple Type

A tuple is a fixed set of values of various types.

The type of a tuple is written as

Tuple(type,...,type)

Function tuple creates a tuple. It returns the tuple of arguments. Use destructuring in a let or comprehension or use function apply to retreive the elements of a tuple.