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
e322b296
Commit
e322b296
authored
Apr 11, 2008
by
simonpj
Browse files
Track error message changes
parent
bbb8c9bb
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/typecheck/should_fail/tcfail016.stderr
View file @
e322b296
tcfail016.hs:9:17:
Couldn't match expected type `
Ann
Expr t'
against inferred type `Expr t'
Couldn't match expected type `
(t,
Expr t
)
'
against inferred type `Expr t'
Expected type: AnnExpr t -> [a]
Inferred type: Expr t -> [[Char]]
In the first argument of `(++)', namely `(g e1)'
...
...
testsuite/tests/ghc-regress/typecheck/should_fail/tcfail168.stderr
View file @
e322b296
tcfail168.hs:8:10:
Couldn't match expected type `
Char -> b
'
against inferred type `
IO b1
'
Couldn't match expected type `
IO ()
'
against inferred type `
Char -> ()
'
In a stmt of a 'do' expression: putChar 'a'
In the expression:
do putChar
...
...
testsuite/tests/ghc-regress/typecheck/should_fail/tcfail186.stderr
View file @
e322b296
tcfail186.hs:7:8:
Couldn't match expected type `PhantomSyn a'
against inferred type `[Char]'
Couldn't match expected type `Int' against inferred type `[Char]'
Expected type: PhantomSyn a
Inferred type: [Char]
In the first argument of `f', namely `"hoo"'
...
...
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