[project @ 1998-11-16 18:14:44 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail072.stderr
index 208259a..53d3071 100644 (file)
@@ -1,6 +1,13 @@
  
-tcfail072.hs:17: Ambiguous context `{Ord taEJ}'
-                    `Ord taEJ' arising from use of `g' at tcfail072.hs:23
-    When checking signature(s) for: `g'
+tcfail072.hs:23:
+    Ambiguous type variable(s) `p'
+       in the constraint `Ord p'
+       arising from use of `g' at tcfail072.hs:23
+tcfail072.hs:23:
+    Ambiguous type variable(s) `q'
+       in the constraint `Ord q'
+       arising from use of `g' at tcfail072.hs:23
+
 
 Compilation had errors