[project @ 2001-02-28 10:46:52 by rrt]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds020.stderr
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@~[]) = ...