A.1.7 Record TypesA.1 TypesA.1.5 Array TypesA.1.6 Tuple Types

A.1.6 Tuple Types

Synopsis

[T1, T2, ..., Tn]

Description

This type denotes the domain of n-ary tuples (a1,a2,...,an) with n values a1 from T1, a2 from T2, ..., an from Tn (see Section Tuple Values for the operations supported on tuples).

The tuple type [T] is identified with T.


Wolfgang Schreiner

A.1.7 Record TypesA.1 TypesA.1.5 Array TypesA.1.6 Tuple Types