27 lines
378 B
Markdown
27 lines
378 B
Markdown
------------------------------------------------------------------------
|
|
|
|
# map
|
|
|
|
Basis Function Combinator
|
|
|
|
Run the quoted program on TOS on the items in the list under it, push a
|
|
new list with the results in place of the program and original list.
|
|
|
|
Gentzen diagram.
|
|
|
|
## Definition
|
|
|
|
if not basis.
|
|
|
|
## Derivation
|
|
|
|
if not basis.
|
|
|
|
## Source
|
|
|
|
if basis
|
|
|
|
## Discussion
|
|
|
|
## Crosslinks
|