Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
1ffd496e
Commit
1ffd496e
authored
Jan 21, 2011
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add 7.0 output for mdofail00* tests
parent
b63366f7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
0 deletions
+25
-0
testsuite/tests/ghc-regress/mdo/should_fail/mdofail001.stderr-ghc-7.0
...sts/ghc-regress/mdo/should_fail/mdofail001.stderr-ghc-7.0
+8
-0
testsuite/tests/ghc-regress/mdo/should_fail/mdofail002.stderr-ghc-7.0
...sts/ghc-regress/mdo/should_fail/mdofail002.stderr-ghc-7.0
+5
-0
testsuite/tests/ghc-regress/mdo/should_fail/mdofail003.stderr-ghc-7.0
...sts/ghc-regress/mdo/should_fail/mdofail003.stderr-ghc-7.0
+5
-0
testsuite/tests/ghc-regress/mdo/should_fail/mdofail004.stderr-ghc-7.0
...sts/ghc-regress/mdo/should_fail/mdofail004.stderr-ghc-7.0
+7
-0
No files found.
testsuite/tests/ghc-regress/mdo/should_fail/mdofail001.stderr-ghc-7.0
0 → 100644
View file @
1ffd496e
mdofail001.hs:10:36:
No instance for (Num Char)
arising from the literal `3'
Possible fix: add an instance declaration for (Num Char)
In the expression: 3
In the first argument of `l', namely `[1, 2, 3]'
In the expression: l [1, 2, 3]
testsuite/tests/ghc-regress/mdo/should_fail/mdofail002.stderr-ghc-7.0
0 → 100644
View file @
1ffd496e
mdofail002.hs:10:9:
Conflicting definitions for `x'
Bound at: mdofail002.hs:10:9
mdofail002.hs:11:9
testsuite/tests/ghc-regress/mdo/should_fail/mdofail003.stderr-ghc-7.0
0 → 100644
View file @
1ffd496e
mdofail003.hs:10:9:
Conflicting definitions for `x'
Bound at: mdofail003.hs:10:9
mdofail003.hs:11:13
testsuite/tests/ghc-regress/mdo/should_fail/mdofail004.stderr-ghc-7.0
0 → 100644
View file @
1ffd496e
mdofail004.hs:17:5:
No instance for (MonadFix X)
arising from a do statement
Possible fix: add an instance declaration for (MonadFix X)
In the expression: mdo { return [1, 2, ....] }
In an equation for `z': z = mdo { return [1, ....] }
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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