f3cdb19741cbd7180e2b8a71c5e722cd24fe0aad
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail047.hs
1 module ShouldFail where
2
3 class A a where
4  op1 :: a -> a
5
6 instance A (a,(b,c)) where
7  op1 a = a