[project @ 1999-01-24 13:45:05 by sof]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds020.stderr
index e1d1bae..909af82 100644 (file)
@@ -1,14 +1,14 @@
-ds020.hs:5: 
-    Pattern match(es) are overlapped in the definition of function `a'
-           ~(~[], ~[], ~[]) = ...
-ds020.hs:8: 
-    Pattern match(es) are overlapped in the definition of function `b'
-           ~(: ~x (: ~xs ~ys)) = ...
-ds020.hs:13: 
-    Pattern match(es) are overlapped in the definition of function `d'
-           ~(n+43) = ...
-           ~(n+999) = ...
-ds020.hs:19: 
-    Pattern match(es) are overlapped in the definition of function `f'
-           (x@~[]) = ...
+ds020.hs:5: 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':
+           b ~(~x : (~xs : ~ys)) = ...
+
+ds020.hs:13: 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':
+           f (x@~[]) = ...
+