summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail048.hs
blob: f4400e2fa01cd72211ee78262ecefd9f9f218186 (plain)
1
2
3
4
module ShouldFail where

class (B a) => C a where
 op1 :: a -> a