Reputation: 6613
Say I have a bunch of ocaml modules with various open
statements between them. Some of these opens are unnecessary: they pull in a module but then never use any of the symbols.
Is there a programmatic way of finding these unnecessary imports?
Upvotes: 2
Views: 52