Files
dotfiles/cabal/share/x86_64-osx-ghc-7.8.4/hlint-1.9.18/Dollar.hs
2015-04-05 17:47:08 +02:00

12 lines
144 B
Haskell

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