weeder-2.8.0: Detect dead code
Safe HaskellSafe-Inferred
LanguageHaskell2010

Weeder.Run

Synopsis

Documentation

runWeeder :: Config -> [HieFile] -> ([Weed], Analysis) Source #

Run Weeder on the given .hie files with the given Config.

Returns a list of Weeds that can be displayed using formatWeed, and the final Analysis.