Expand description
Function types relating to the “pair” datatype, and singly linked lists made out of them.
Structs§
- First
- Gets the first element of a pair.
- Null
- Tests whether a value is
Nil
. - Pair
- Pair of two values.
- Second
- Gets the second element of a pair.
Type Aliases§
- Nil
- An empty singly linked list.