diff options
Diffstat (limited to 'testsuite/tests/deSugar/should_compile/ds003.stderr-ghc')
-rw-r--r-- | testsuite/tests/deSugar/should_compile/ds003.stderr-ghc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/deSugar/should_compile/ds003.stderr-ghc b/testsuite/tests/deSugar/should_compile/ds003.stderr-ghc index 5b1bd3949f..f12789da42 100644 --- a/testsuite/tests/deSugar/should_compile/ds003.stderr-ghc +++ b/testsuite/tests/deSugar/should_compile/ds003.stderr-ghc @@ -1,6 +1,6 @@ -ds003.hs:5:1: - Warning: Pattern match(es) are overlapped - In an equation for `f': - f (x : x1 : x2 : x3) ~(y, ys) z = ... - f x y True = ... +ds003.hs:5:1: Warning: + Pattern match(es) are overlapped + In an equation for âfâ: + f (x : x1 : x2 : x3) ~(y, ys) z = ... + f x y True = ... |