[project @ 1999-12-29 14:46:29 by simonpj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail072.stderr
index a54ff98..2f1915d 100644 (file)
@@ -1,13 +1,13 @@
 
 tcfail072.hs:23:
-    Ambiguous type variable(s) `p'
-       in the constraint `Ord p'
-       arising from use of `g' at tcfail072.hs:23
+    Ambiguous type variable(s) `p' in the constraint `Ord p'
+    arising from use of `g' at tcfail072.hs:23
+    In the right-hand side of an equation for `g': g A
 
 tcfail072.hs:23:
-    Ambiguous type variable(s) `q'
-       in the constraint `Ord q'
-       arising from use of `g' at tcfail072.hs:23
+    Ambiguous type variable(s) `q' in the constraint `Ord q'
+    arising from use of `g' at tcfail072.hs:23
+    In the right-hand side of an equation for `g': g A
 
 Compilation had errors