haddock-2.23.1: hypsrc-test/src/UsingQuasiquotes.hs
{-# LANGUAGE QuasiQuotes #-}
module UsingQuasiquotes where
import Quasiquoter
baz = [string| foo bar |] ++ [string| some
mulitline
quasiquote
|]
{-# LANGUAGE QuasiQuotes #-}
module UsingQuasiquotes where
import Quasiquoter
baz = [string| foo bar |] ++ [string| some
mulitline
quasiquote
|]