Handbook
Glossary
print-new-header ( seq -- )
Vocabulary
lint
.
vocabs
.
private
Inputs
seq
an
object
Outputs
None
Definition
USING:
io
io.styles
namespaces
sets
vocabs.prettyprint
vocabs.prettyprint.private
;
IN:
lint.vocabs.private
::
print-new-header
( seq -- )
"Use the following header to remove unused imports: "
print
manifest-style
[
cache
get
seq
diff
pprint-using
]
with-nesting
;