diff options
Diffstat (limited to 'hypsrc-test/src/TemplateHaskellSplices.hs')
-rw-r--r-- | hypsrc-test/src/TemplateHaskellSplices.hs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hypsrc-test/src/TemplateHaskellSplices.hs b/hypsrc-test/src/TemplateHaskellSplices.hs new file mode 100644 index 00000000..bbd3948e --- /dev/null +++ b/hypsrc-test/src/TemplateHaskellSplices.hs @@ -0,0 +1,8 @@ +{-# LANGUAGE TemplateHaskell #-} +module TemplateHaskellSplices where + +import TemplateHaskellQuasiquotes + +$(aDecl) + +foo = id $(anExpression2) |