[project @ 1997-07-26 22:48:58 by sof]
[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