[project @ 2001-08-08 14:18:12 by simonmar]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds020.stderr
index 1266804..c838082 100644 (file)
@@ -1,13 +1,14 @@
 
-ds020.hs:5: Warning: Pattern match(es) are overlapped in the definition of function `a':
-           a ~(~[], ~[], ~[]) = ...
+ds020.hs:5: Warning: Pattern match(es) are overlapped
+    In the definition of `a': a ~(~[], ~[], ~[]) = ...
 
-ds020.hs:8: Warning: Pattern match(es) are overlapped in the definition of function `b':
-           b ~(~x : (~xs : ~ys)) = ...
+ds020.hs:8: Warning: Pattern match(es) are overlapped
+    In the definition of `b': b ~(~x : (~xs : ~ys)) = ...
 
-ds020.hs:13: Warning: Pattern match(es) are overlapped in the definition of function `d':
-           d ~(n+43) = ...
-           d ~(n+999) = ...
+ds020.hs:13: Warning: Pattern match(es) are overlapped
+    In the definition of `d':
+       d ~(n+43) = ...
+       d ~(n+999) = ...
 
-ds020.hs:19: Warning: Pattern match(es) are overlapped in the definition of function `f':
-           f (x@~[]) = ...
+ds020.hs:19: Warning: Pattern match(es) are overlapped
+    In the definition of `f': f (x@~[]) = ...