a0b9f0ee566c879d9ee120b2bb1834641d4c4c7f
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_fail / tcfail035.hs
1 --!!! instances with empty where parts: duplicate
2 --
3 module M where
4
5 data NUM = ONE | TWO
6 instance Num NUM
7 instance Num NUM
8 instance Eq NUM
9 instance Text NUM