diff options
Diffstat (limited to 'testsuite/tests/deSugar/should_compile/ds020.stderr-ghc')
-rw-r--r-- | testsuite/tests/deSugar/should_compile/ds020.stderr-ghc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testsuite/tests/deSugar/should_compile/ds020.stderr-ghc b/testsuite/tests/deSugar/should_compile/ds020.stderr-ghc new file mode 100644 index 0000000000..3f9205a729 --- /dev/null +++ b/testsuite/tests/deSugar/should_compile/ds020.stderr-ghc @@ -0,0 +1,18 @@ + +ds020.hs:8:1: + Warning: Pattern match(es) are overlapped + 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) = ... + +ds020.hs:16:1: + Warning: Pattern match(es) are overlapped + 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@(~[]) = ... |