[project @ 2001-04-03 16:28:11 by sewardj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail071.stderr
index 3f711e9..af4ae90 100644 (file)
@@ -1,7 +1,7 @@
 
-tcfail071.hs:8:
+tcfail071.hs:5:
     Mismatched contexts
-    When matching the contexts of the signatures for `f' and `g'
+    When matching the contexts of the signatures for `g' and `f'
        (the signature contexts in a mutually recursive group should all be identical)
 
 tcfail071.hs:10:
@@ -11,6 +11,3 @@ tcfail071.hs:10:
        Inferred type: c
     In the first argument of `f', namely `c'
     In the first argument of `foldr', namely `(f c)'
-
-Compilation had errors
-