-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | Detect dead code
--
-- Find redundant package dependencies or redundant module exports.
@package weeder
@version 1.0.7
-- | Run the weeder program as a direct dependency. You are
-- encouraged to use the binary in preference to the library.
module Weeder
-- | Given the weeder command line arguments, return the number of warnings
-- that were produced. If the number is 0 that corresponds to a
-- successful run.
weeder :: [String] -> IO Int