[project @ 2001-02-28 10:46:52 by rrt]
authorrrt <unknown>
Wed, 28 Feb 2001 10:46:52 +0000 (10:46 +0000)
committerrrt <unknown>
Wed, 28 Feb 2001 10:46:52 +0000 (10:46 +0000)
The warning messages have changes, so the stderrs have to too.

ghc/tests/deSugar/should_compile/ds002.stderr
ghc/tests/deSugar/should_compile/ds003.stderr
ghc/tests/deSugar/should_compile/ds019.stderr
ghc/tests/deSugar/should_compile/ds020.stderr
ghc/tests/deSugar/should_compile/ds022.stderr
ghc/tests/deSugar/should_compile/ds040.stderr
ghc/tests/deSugar/should_compile/ds043.stderr

index b9d7d06..1561121 100644 (file)
@@ -1,7 +1,7 @@
 
-ds002.hs:7: Pattern match(es) are overlapped in the definition of function `f':
+ds002.hs:7: Warning: Pattern match(es) are overlapped in the definition of function `f':
            f y = ...
            f z = ...
 
-ds002.hs:11: Pattern match(es) are overlapped in the definition of function `g':
+ds002.hs:11: Warning: Pattern match(es) are overlapped in the definition of function `g':
            g x y z = ...
index 11e93b0..f0e2876 100644 (file)
@@ -1,4 +1,4 @@
 
-ds003.hs:5: Pattern match(es) are overlapped in the definition of function `f':
+ds003.hs:5: Warning: Pattern match(es) are overlapped in the definition of function `f':
            f (x : (x1 : (x2 : x3))) ~(y, ys) z = ...
            f x y True = ...
index 502a6c9..135617c 100644 (file)
@@ -1,5 +1,5 @@
 
-ds019.hs:5: Pattern match(es) are overlapped in the definition of function `f':
+ds019.hs:5: Warning: Pattern match(es) are overlapped in the definition of function `f':
            f d (j, k) p = ...
            f (e, f, g) l q = ...
            f h (m, n) r = ...
index 719bd5e..1266804 100644 (file)
@@ -1,13 +1,13 @@
 
-ds020.hs:5: Pattern match(es) are overlapped in the definition of function `a':
+ds020.hs:5: Warning: Pattern match(es) are overlapped in the definition of function `a':
            a ~(~[], ~[], ~[]) = ...
 
-ds020.hs:8: Pattern match(es) are overlapped in the definition of function `b':
+ds020.hs:8: Warning: Pattern match(es) are overlapped in the definition of function `b':
            b ~(~x : (~xs : ~ys)) = ...
 
-ds020.hs:13: Pattern match(es) are overlapped in the definition of function `d':
+ds020.hs:13: Warning: Pattern match(es) are overlapped in the definition of function `d':
            d ~(n+43) = ...
            d ~(n+999) = ...
 
-ds020.hs:19: Pattern match(es) are overlapped in the definition of function `f':
+ds020.hs:19: Warning: Pattern match(es) are overlapped in the definition of function `f':
            f (x@~[]) = ...
index 3ed5e4e..f392c43 100644 (file)
@@ -1,4 +1,4 @@
 
-ds022.hs:20: Pattern match(es) are overlapped in the definition of function `i':
+ds022.hs:20: Warning: Pattern match(es) are overlapped in the definition of function `i':
            i 1 1.1 = ...
            i 2 2.2 = ...
index 533d6eb..60c3e51 100644 (file)
@@ -1,3 +1,3 @@
 
-ds040.hs:9: Pattern match(es) are overlapped in the definition of function `^^^^':
+ds040.hs:9: Warning: Pattern match(es) are overlapped in the definition of function `^^^^':
            ^^^^ _ _ = ...
index 84fc830..d38fe2e 100644 (file)
@@ -1,4 +1,4 @@
 
-ds043.hs:8: Pattern match(es) are overlapped in a group of case alternatives beginning
-                                                (B _ _ _ _ True False):
+ds043.hs:8: Warning: Pattern match(es) are overlapped in a group of case alternatives beginning
+                                                         (B _ _ _ _ True False):
            B {e = True, f = False} -> ...