deep-spread>quot ( seq -- quot )


Vocabulary
combinators

Definition
USING: kernel sequences ;

IN: combinators

: deep-spread>quot ( seq -- quot )
[ ] [ [ [ dip ] curry ] dip append ] reduce ;