Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
runWeeder :: Config -> [HieFile] -> ([Weed], Analysis) Source #
Run Weeder on the given .hie files with the given Config
.
Returns a list of Weed
s that can be displayed using
formatWeed
, and the final Analysis
.
Weed | |
|
formatWeed :: Weed -> String Source #