X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Ftests%2FdeSugar%2Fshould_compile%2Fds020.stderr;fp=ghc%2Ftests%2FdeSugar%2Fshould_compile%2Fds020.stderr;h=12668048d48fa9d588d16006ed002c8dea284d41;hb=07609b995fc069c289571a323c8843811bf6caca;hp=719bd5ee365a508ab82a62fec16929bb3e7cb931;hpb=a4835ae22106abc72154bf0e106fca410fd49652;p=ghc-hetmet.git diff --git a/ghc/tests/deSugar/should_compile/ds020.stderr b/ghc/tests/deSugar/should_compile/ds020.stderr index 719bd5e..1266804 100644 --- a/ghc/tests/deSugar/should_compile/ds020.stderr +++ b/ghc/tests/deSugar/should_compile/ds020.stderr @@ -1,13 +1,13 @@ -ds020.hs:5: Pattern match(es) are overlapped in the definition of function `a': +ds020.hs:5: Warning: Pattern match(es) are overlapped in the definition of function `a': a ~(~[], ~[], ~[]) = ... -ds020.hs:8: Pattern match(es) are overlapped in the definition of function `b': +ds020.hs:8: Warning: Pattern match(es) are overlapped in the definition of function `b': b ~(~x : (~xs : ~ys)) = ... -ds020.hs:13: Pattern match(es) are overlapped in the definition of function `d': +ds020.hs:13: Warning: Pattern match(es) are overlapped in the definition of function `d': d ~(n+43) = ... d ~(n+999) = ... -ds020.hs:19: Pattern match(es) are overlapped in the definition of function `f': +ds020.hs:19: Warning: Pattern match(es) are overlapped in the definition of function `f': f (x@~[]) = ...