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
Docs: guide on profiling: fix the title (#10606)
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
postCheckoutCommand
/
src
/
Example.hs
blob
113f4de157ff80f2757153d6b96f6ef959637d88
1
module
Example
(
someFunc
)
where
2
3
someFunc
::
IO
()
4
someFunc
=
putStrLn
"Example"