| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Weeder.Run
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.
Constructors
| Weed | |
Fields
| |
formatWeed :: Weed -> String Source #