Handbook
Glossary
cleave>quot ( seq -- quot )
Vocabulary
combinators
Inputs
seq
an
object
Outputs
quot
an
object
Definition
USING:
kernel
sequences
;
IN:
combinators
:
cleave>quot
( seq -- quot )
[
[
keep
]
curry
]
map
concat
[
drop
]
append
[
]
like
;