packages feed

hlint-1.6.15: data/Generalise.hs

module HLint.Generalise where

warn = concatMap ==> (=<<)
warn = liftM ==> fmap
warn = map ==> fmap
warn = a ++ b ==> a `Data.Monoid.mappend` b