Next: Valency, Previous: String, Up: Types reference
A tuple over n finite domains of constants.
see domain type (Domain).
see domain type (Domain).
see domain type (Domain).
Here is an example tuple type definition whose first projection has
type ref("type_1"). The second projection has type
ref("type_2") and the third projection type
ref("type_3"):
deftype "tuple" tuple(ref("type_1") ref("type_2") ref("type_3"))