hlint-1.6.8: data/Dollar.hs
module HLint.Dollar where
error = a $ b $ c ==> a . b $ c
{-
<TEST>
yes = concat $ concat $ map f x -- concat . concat $ map f x
</TEST>
-}
module HLint.Dollar where
error = a $ b $ c ==> a . b $ c
{-
<TEST>
yes = concat $ concat $ map f x -- concat . concat $ map f x
</TEST>
-}