Thun/docs/reference/uncons.md

320 B

Basis Function Removes an item from a list and leaves it on the stack under the rest of the list. You cannot `uncons` an item from an empty list. [a ...] uncons
## uncons Basis Function Removes an item from a list and leaves it on the stack under the rest of the list. You cannot uncons an item from an empty list. [a ...] uncons
      a [...]

Discussion

This is the inverse of [cons].

[cons]