32 lines
349 B
Markdown
32 lines
349 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
|
|
|
|
Lorem ipsum.
|
|
|
|
### Crosslinks
|
|
|
|
Lorem ipsum.
|