Weeder.Main
Description
This module provides an entry point to the Weeder executable.
main :: IO () Source #
Parse command line arguments and into a Config and run mainWithConfig.
Config
mainWithConfig
mainWithConfig :: [FilePath] -> Config -> IO () Source #
Run Weeder in the current working directory with a given Config.
This will recursively find all .hie files in the current directory, perform analysis, and report all unused definitions according to the Config.
.hie