-- 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.8


-- | Run the <tt>weeder</tt> 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 <tt>0</tt> that corresponds to a
--   successful run.
weeder :: [String] -> IO Int
