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

import Quasiquoter

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