Handbook
Glossary
rewrite-paths ( seq quot: ( obj -- obj' ) -- )
Vocabulary
modern
.
out
Inputs
seq
an
object
quot
a
quotation
with stack effect
( obj -- obj' )
Outputs
None
Definition
USING:
kernel
sequences
;
IN:
modern.out
:
rewrite-paths
( seq quot: ( obj -- obj' ) -- )
[
rewrite-path
]
curry
each
;
inline
recursive