summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T7164.hs
blob: 1a0415aee286ca66d3a2d90e21e5860e33b3efbd (plain)
1
2
3
4
5
6
7
8
module T7164 where

class Foo m where
    herp :: (a -> a) -> m b -> m b
    derp :: m a

derp :: Int
derp = 123