hlint-1.6.12: data/Generalise.hs
module HLint.Generalise where warn = concatMap ==> (>>=) warn = liftM ==> fmap warn = map ==> fmap warn = a ++ b ==> a `Data.Monoid.mappend` b
module HLint.Generalise where warn = concatMap ==> (>>=) warn = liftM ==> fmap warn = map ==> fmap warn = a ++ b ==> a `Data.Monoid.mappend` b