[project @ 1998-08-14 11:28:20 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