27 lines
366 B
Markdown
27 lines
366 B
Markdown
------------------------------------------------------------------------
|
|
|
|
# disenstacken
|
|
|
|
Basis Function Combinator
|
|
|
|
The disenstacken operator expects a list on top of the stack and makes
|
|
that the stack discarding the rest of the stack.
|
|
|
|
Gentzen diagram.
|
|
|
|
## Definition
|
|
|
|
if not basis.
|
|
|
|
## Derivation
|
|
|
|
if not basis.
|
|
|
|
## Source
|
|
|
|
if basis
|
|
|
|
## Discussion
|
|
|
|
## Crosslinks
|