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

A.1.7 Record Types

Synopsis

[# I1:T1, I2:T2, ..., In:Tn #]

Description

This type denotes the domain of n-ary records (# I1:=a1, I2:=a2, ..., In:=an #) with n values a1 from T1, a2 from T2, ..., an from Tn assigned to record field identifiers I1, I2, ..., In (see Section Record Values for the operations supported on records).


Wolfgang Schreiner

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