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
Merge pull request #10493 from Sdywolf/doc-refine/repl
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
ShowBuildInfo
/
CompileFail
/
src
/
MyLib2.hs
blob
9b620c62fcd2d699b74815d74392f06a74a34f1d
1
module
MyLib2
(
someFunc2
)
where
2
3
someFunc2
::
IO
()
4
-- Intentional typo, should fail to compile
5
someFunc2
=
putStrn
"someFunc"
6
-- ^^------- missing 'L'