repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(cabal check) Add "No internal name clash" test
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
OrderFlags
/
Foo.hs
blob
937afe7945c035ff9339c299bb1f9ce3be667dd3
1
module
Foo
where
2
3
x
::
IO Int
4
x
=
return
5
5
6
f
::
IO Int
7
f
=
do
x
8
return
3