Update manual for single-element tuple types

This commit is contained in:
zofrex 2013-04-07 22:08:40 +01:00
parent d1e2d295f8
commit ac9e694d59

View file

@ -2579,7 +2579,7 @@ to the record type-constructor. The differences are as follows:
Tuple types and values are denoted by listing the types or values of their
elements, respectively, in a parenthesized, comma-separated
list. Single-element tuples are not legal; all tuples have two or more values.
list.
The members of a tuple are laid out in memory contiguously, like a record, in
order specified by the tuple type.