Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
map-compose ( quots quot -- quot' )
Vocabulary
generalizations
Inputs and outputs
quots
an
object
quot
an
object
quot'
an
object
Definition
USING:
kernel
macros
sequences
;
IN:
generalizations
MACRO:
map-compose
( quots quot -- quot' )
[
compose
]
curry
map
[
]
curry
;