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
28f619e2
Commit
28f619e2
authored
Jan 16, 2012
by
Simon Peyton Jones
Browse files
Wibble to recomp006 error
I think this didn't show up before with --fast?
parent
fcbfdfee
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/driver/recomp006/recomp006.stderr
View file @
28f619e2
A.hs:8:6:
No instance for (Num (Int :- Int))
arising from the literal `1'
Possible fix: add an instance declaration for (Num (Int :- Int))
In the expression: 1
In the expression: (1, (2, 3))
In an equation for `f': f = (1, (2, 3))
A.hs:8:8:
Couldn't match expected type `Int' with actual type `(t0, t1)'
Couldn't match expected type `Int'
with actual type `(Integer, Integer)'
In the expression: (2, 3)
In the expression: (1, (2, 3))
In an equation for `f': f = (1, (2, 3))
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