⇑
← Lists
tl
Package | bios |
Source file | (native) |
Nature | Function |
Type | fun list a1 -> list a1 |
Usage
tl
Type | ||
---|---|---|
list a1 | A list | |
list a1 | The list without its first element |
Description
This function complements the function hd. It returns the list without its first element, or nil if is empty.
Seen in
On the same topic
- arrayFromList
- conc
- doubleListCompress
- filter
- find
- hd
- inList
- insert
- list
- listGet
- listLast
- listLength
- listMatchHead
- map
- reduce
- remove
- reverse
- test
- tripleListCompress
- visit