aboutsummaryrefslogtreecommitdiff
path: root/hypsrc-test/src/TemplateHaskellSplices.hs
blob: bbd3948ea724149940cf38c128cbd85a111aba1c (plain) (blame)
1
2
3
4
5
6
7
8
{-# LANGUAGE TemplateHaskell #-}
module TemplateHaskellSplices where

import TemplateHaskellQuasiquotes

$(aDecl)

foo = id $(anExpression2)