Thun/docs/reference/reverse.md

28 lines
315 B
Markdown

------------------------------------------------------------------------
# reverse
Basis Function Combinator
Reverse the list on the top of the stack. :
reverse == [] swap shunt
Gentzen diagram.
## Definition
if not basis.
## Derivation
if not basis.
## Source
if basis
## Discussion
## Crosslinks