Conversation
|
How exciting! If you didn't know, you can add those false positives to your Weeder config. I'd also be interested to know which of those are not truly dead, as those would be bugs in Weeder. Sounds like I can grab this branch and have a play myself to get that, though. Maybe a ZuriHac project! |
|
Some stuff is used in tests, or is there just for completeness. |
|
Weeder should pick all test uses up as test suites produce a Main.main root (but you need to build tests with hie files, of course) |
|
Can one list everything on |
|
Currently a root is a regular expression matching symbol names, and that only mentions module names and variable names at the moment. Perhaps everything there is under a common module prefix? E.g., would |
to run weeder.
There are plenty of false positives. But still, useful. Thanks @ocharles for the tool.