pprint-manifest) ( quots -- )


Vocabulary
vocabs.prettyprint

Definition
USING: combinators io sequences ;

IN: vocabs.prettyprint

: pprint-manifest) ( quots -- )
[ nl ] [ ( -- ) call-effect ] interleave ;