[project @ 1999-01-24 13:45:05 by sof]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds002.stderr
index facbd68..beaeb33 100644 (file)
@@ -1,8 +1,8 @@
-ds002.hs:11: 
-    Pattern match(es) are overlapped in the definition of function `g'
-           x y z = ...
-ds002.hs:7: 
-    Pattern match(es) are overlapped in the definition of function `f'
-           y = ...
-           z = ...
+ds002.hs:7: 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':
+           g x y z = ...
+