Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
07609b99
Commit
07609b99
authored
Feb 28, 2001
by
rrt
Browse files
[project @ 2001-02-28 10:46:52 by rrt]
The warning messages have changes, so the stderrs have to too.
parent
a4835ae2
Changes
7
Hide whitespace changes
Inline
Side-by-side
ghc/tests/deSugar/should_compile/ds002.stderr
View file @
07609b99
ds002.hs:7: Pattern match(es) are overlapped in the definition of function `f':
ds002.hs:7:
Warning:
Pattern match(es) are overlapped in the definition of function `f':
f y = ...
f z = ...
ds002.hs:11: Pattern match(es) are overlapped in the definition of function `g':
ds002.hs:11:
Warning:
Pattern match(es) are overlapped in the definition of function `g':
g x y z = ...
ghc/tests/deSugar/should_compile/ds003.stderr
View file @
07609b99
ds003.hs:5: Pattern match(es) are overlapped in the definition of function `f':
ds003.hs:5:
Warning:
Pattern match(es) are overlapped in the definition of function `f':
f (x : (x1 : (x2 : x3))) ~(y, ys) z = ...
f x y True = ...
ghc/tests/deSugar/should_compile/ds019.stderr
View file @
07609b99
ds019.hs:5: Pattern match(es) are overlapped in the definition of function `f':
ds019.hs:5:
Warning:
Pattern match(es) are overlapped in the definition of function `f':
f d (j, k) p = ...
f (e, f, g) l q = ...
f h (m, n) r = ...
ghc/tests/deSugar/should_compile/ds020.stderr
View file @
07609b99
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@~[]) = ...
ghc/tests/deSugar/should_compile/ds022.stderr
View file @
07609b99
ds022.hs:20: Pattern match(es) are overlapped in the definition of function `i':
ds022.hs:20:
Warning:
Pattern match(es) are overlapped in the definition of function `i':
i 1 1.1 = ...
i 2 2.2 = ...
ghc/tests/deSugar/should_compile/ds040.stderr
View file @
07609b99
ds040.hs:9: Pattern match(es) are overlapped in the definition of function `^^^^':
ds040.hs:9:
Warning:
Pattern match(es) are overlapped in the definition of function `^^^^':
^^^^ _ _ = ...
ghc/tests/deSugar/should_compile/ds043.stderr
View file @
07609b99
ds043.hs:8: Pattern match(es) are overlapped in a group of case alternatives beginning
(B _ _ _ _ True False):
ds043.hs:8:
Warning:
Pattern match(es) are overlapped in a group of case alternatives beginning
(B _ _ _ _ True False):
B {e = True, f = False} -> ...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment