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
/
Mod136_A.hs
1
module
Mod136_A
(
module
Data
.
List
)
where
2
-- Only things in scope unqualified (from the Prelude)
3
-- and qualified Data.List.x, will be exported
4
5
import qualified
Data
.
List