-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Source code suggestions -- -- HLint gives suggestions on how to improve your source code. @package hlint @version 1.6.21 module Language.Haskell.HLint -- | This function takes the command line arguments, and returns the number -- of errors reported. hlint :: [String] -> IO Int