git.haskell.org
/
ghc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Major patch to add -fwarn-redundant-constraints
[ghc.git]
/
testsuite
/
tests
/
module
/
Mod139_B.hs
1
module
Mod139_B
(
module
A
)
where
2
3
import
Mod139_A
as
A
hiding
(
C
,
Foo
)
4
5