return to top
source
Definitions for List not (yet) in Std
List
Std
nth element of a list l given n < l.length.
l
n < l.length
The head of a list, or the default element of the type is the list is nil.
nil
The last element of a list, with the default if list empty
List with a single given element.
≤ implies not > for lists.
≤
>