[project @ 1997-05-26 05:37:13 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_succeed / tc077.hs
index 45ef892..c9bb8d5 100644 (file)
@@ -5,5 +5,5 @@ module M where
 data NUM = ONE | TWO
 class (Num a) => ORD a
 
-class (ORD a, Text a) => EQ a where
+class (ORD a, Show a) => EQ a where
        (===) :: a -> a -> Bool