find-unused-in-file ( path -- seq )


Vocabulary
lint.vocabs

Inputs
patha pathname string


Outputs
seqa sequence


Word description
Finds unused imports in the given file. Returing the result as a sequence.

Examples
USING: lint.vocabs prettyprint ; "vocab:lint/vocabs/vocabs.factor" find-unused-in-file .
{ }


Definition