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
/
QuasiQuotes
/
profiling
/
Lib.hs
blob
340f6dbd34c211d2985934c0e924e028c8c03492
1
{-# LANGUAGE QuasiQuotes #-}
2
module
Lib
where
3
4
import
QQ
5
6
val
= [
myq|hello|
]