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