[project @ 1999-01-23 17:57:35 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail072.stderr
index 063d6ed..d64a33f 100644 (file)
@@ -1,11 +1,14 @@
  
 tcfail072.hs:23:
-    Cannot resolve the ambiguous context (Ord aGd)
-       `Ord aGd' arising from use of `g', at tcfail072.hs:23
+    Ambiguous type variable(s) `p'
+       in the constraint `PrelBase.Ord p'
+       arising from use of `g' at tcfail072.hs:23
  
 tcfail072.hs:23:
-    Cannot resolve the ambiguous context (Ord aGg)
-       `Ord aGg' arising from use of `g', at tcfail072.hs:23
+    Ambiguous type variable(s) `q'
+       in the constraint `PrelBase.Ord q'
+       arising from use of `g' at tcfail072.hs:23
 
 
 Compilation had errors
+