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
/
mod167.hs
1
-- !!! qualified + hiding type constructors (or classes)
2
module
M
where
3
4
import qualified
Mod164_A
hiding
(
T
)
5
6
data
T
=
D1 | D3
7
8
f
=
D1
9
g
=
Mod164_A
.
D1