36 lines
540 B
Markdown
36 lines
540 B
Markdown
------------------------------------------------------------------------
|
|
|
|
# remove
|
|
|
|
Basis Function Combinator
|
|
|
|
Expects an item on the stack and a quote under it and removes that item
|
|
from the the quote. The item is only removed once. If the list is empty
|
|
or the item isn\'t in the list then the list is unchanged. :
|
|
|
|
[1 2 3 1] 1 remove
|
|
------------------------
|
|
[2 3 1]
|
|
|
|
Gentzen diagram.
|
|
|
|
## Definition
|
|
|
|
if not basis.
|
|
|
|
## Derivation
|
|
|
|
if not basis.
|
|
|
|
## Source
|
|
|
|
if basis
|
|
|
|
## Discussion
|
|
|
|
Lorem ipsum.
|
|
|
|
## Crosslinks
|
|
|
|
Lorem ipsum.
|