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
/
T10971d.hs
1
import
T10971c
2
3
main
=
do
4
print
$
f
(
Just
1
)
5
print
$
g
(+
1
) (
Just
5
)
6
print
$
h
(
const
5
)
Nothing