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
/
BuildDeps
/
InternalLibrary3
/
programs
/
lemon.hs
blob
069816c1e91b66e0fdbf3a80fc2cdcb0a7a04b0e
1
import
Text
.
PrettyPrint
2
import
MyLibrary
3
4
main
=
do
5
putStrLn
(
render
(
text
"foo"
))
6
myLibFunc