Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
c5d7e7e9
Commit
c5d7e7e9
authored
Aug 31, 2001
by
simonmar
Browse files
[project @ 2001-08-31 11:29:35 by simonmar]
update expected output
parent
6b3261bb
Changes
4
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/lib/should_run/list001.stdout
View file @
c5d7e7e9
...
...
@@ -13,12 +13,12 @@ last []
foldl1 []
[1,2,4,7,11,16,22,29,37,46,56]
[1,3,6,10,15,21,28,36,45,55]
scanl1
[]
[]
55
foldr1 []
[56,55,53,50,46,41,35,28,20,11,1]
[55,54,52,49,45,40,34,27,19,10]
scanr1
[]
[]
[1,2,3,4,1,2,3,4,1,2]
(["x","x","x","x"],[],[1,2,3,4])
[]
...
...
testsuite/tests/ghc-regress/rename/should_fail/rnfail028.stderr
View file @
c5d7e7e9
rnfail028.hs:
1
: Unknown module in export list: module `List'
rnfail028.hs:
2
: Unknown module in export list: module `List'
testsuite/tests/ghc-regress/rename/should_fail/rnfail032.stderr
View file @
c5d7e7e9
rnfail032.hs:2: Variable not in scope: `List.map'
testsuite/tests/ghc-regress/typecheck/should_fail/tcfail073.stderr
View file @
c5d7e7e9
Duplicate instance declarations:
./
tcfail073.hs:7: Eq (a, b)
/home/simonmar/builds/i386-unknown-linux/ghc/driver/../lib/std/PrelTup.hi:
8
0: Eq (a,
b)
tcfail073.hs:7: Eq (a, b)
/home/simonmar/builds/i386-unknown-linux/ghc/driver/../lib/std/PrelTup.hi:
10
0: Eq (a,
b)
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