ffb4e0c9dc8ffbe4edce57ecb239e64f82d43486
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / M.hi
1 interface M where
2 class (ORD a, Text a) => EQ a where (===) :: a -> a -> Bool
3 class (Num a) => ORD a
4 data NUM = ONE | TWO