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
/
Mod126_A.hs
1
module
Mod126_A
where
2
3
class
T a
where
m1
::
a
->
a
4
5
data
T1
=
T
6