diff options
Diffstat (limited to 'testsuite/tests/deSugar/should_compile/ds020.stderr-ghc')
-rw-r--r-- | testsuite/tests/deSugar/should_compile/ds020.stderr-ghc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/deSugar/should_compile/ds020.stderr-ghc b/testsuite/tests/deSugar/should_compile/ds020.stderr-ghc index 4232320025..4120a957d3 100644 --- a/testsuite/tests/deSugar/should_compile/ds020.stderr-ghc +++ b/testsuite/tests/deSugar/should_compile/ds020.stderr-ghc @@ -1,18 +1,18 @@ ds020.hs:8:1: Warning: Pattern match(es) are overlapped - In an equation for ‛a’: a ~(~[], ~[], ~[]) = ... + In an equation for ‘a’: a ~(~[], ~[], ~[]) = ... ds020.hs:11:1: Warning: Pattern match(es) are overlapped - In an equation for ‛b’: b ~(~x : ~xs : ~ys) = ... + In an equation for ‘b’: b ~(~x : ~xs : ~ys) = ... ds020.hs:16:1: Warning: Pattern match(es) are overlapped - In an equation for ‛d’: + In an equation for ‘d’: d ~(n+43) = ... d ~(n+999) = ... ds020.hs:22:1: Warning: Pattern match(es) are overlapped - In an equation for ‛f’: f x@(~[]) = ... + In an equation for ‘f’: f x@(~[]) = ... |