aboutsummaryrefslogtreecommitdiff
path: root/hypsrc-test/src/UsingQuasiquotes.hs
blob: 34872d4d10688cdad0b1decdd635f74106e11415 (plain) (blame)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE QuasiQuotes #-}
module UsingQuasiquotes where

import Quasiquoter

baz  = [string| foo bar |] ++ [string| some
  mulitline
  quasiquote
|]