[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_succeed / 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