First page Back Continue Last page Summary Graphics
Reminder: Tuples And Sets
Tuple (written with angle brackets <>) is ordered collection of values
Number of elements in tuple is arity. Tuples with different arity are different
Set (written with curly brackets {}) is unordered collection of values without duplicates
The empty set (written {} or Æ) and the empty vector are legit, distinct