git.haskell.org
/
ghc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Bump `base` version to 4.9.0.0 (closes #11026)
[ghc.git]
/
testsuite
/
tests
/
typecheck
/
should_fail
/
tcfail009.stderr
1
2
tcfail009.hs:3:17:
3
Couldn't match expected type ‘Int’ with actual type ‘Integer’
4
In the expression: (2 :: Integer)
5
In the expression: [(1 :: Int) .. (2 :: Integer)]
6
In an equation for ‘p’: p = [(1 :: Int) .. (2 :: Integer)]