git.haskell.org
/
ghc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fold template-haskell.git into ghc.git (re #8545)
[ghc.git]
/
testsuite
/
tests
/
module
/
mod153.hs
1
-- !!! ambiguous re-exportation.
2
module
M
(
id
)
where
id
x
=
x
;