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
/
mod76.hs
1
-- !!! Multiple modules per file
2
module
M
where
3
foo
= '
a
'
4
5
module
N
where
6
bar
= '
b
'
7