packages feed

haddock-2.29.1: hypsrc-test/src/UsingQuasiquotes.hs

{-# LANGUAGE Haskell2010 #-}
{-# LANGUAGE QuasiQuotes #-}
module UsingQuasiquotes where

import Quasiquoter

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