|
|
| Tuple hold fixed numbers of items of different types. |
|
| The items are separated by commas. Parenthesis are optional. |
|
| The first and last elements of a pair can be extracted with fst and snd. |
|
|
|
| Individual components are extracted by pattern matching syntax. |
|