[project @ 1999-01-24 13:45:05 by sof]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds003.stderr
index 1ad4746..188cae5 100644 (file)
@@ -1,5 +1,5 @@
-ds003.hs:5: 
-    Pattern match(es) are overlapped in the definition of function `f'
-           (x : (x1 : (x2 : x3))) ~(y, ys) z = ...
-           x y True = ...
+ds003.hs:5: Pattern match(es) are overlapped in the definition of function `f':
+           f (x : (x1 : (x2 : x3))) ~(y, ys) z = ...
+           f x y True = ...
+