git.haskell.org
/
ghc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Testsuite: pass '-s --no-print-directory' to MAKE
[ghc.git]
/
testsuite
/
tests
/
module
/
mod127.hs
1
-- !!! hiding an entity T (where T is both a class and a dcon.)
2
module
M
where
3
4
import
Mod127_A
hiding
(
T
)
5
6
x
::
T a
=>
a
->
a
7
x
=
undefined