aboutsummaryrefslogtreecommitdiff
path: root/hypsrc-test/src/TemplateHaskellSplices.hs
diff options
context:
space:
mode:
Diffstat (limited to 'hypsrc-test/src/TemplateHaskellSplices.hs')
-rw-r--r--hypsrc-test/src/TemplateHaskellSplices.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/hypsrc-test/src/TemplateHaskellSplices.hs b/hypsrc-test/src/TemplateHaskellSplices.hs
index f8a859a0..66af36a3 100644
--- a/hypsrc-test/src/TemplateHaskellSplices.hs
+++ b/hypsrc-test/src/TemplateHaskellSplices.hs
@@ -7,3 +7,7 @@ import TemplateHaskellQuasiquotes
$(aDecl)
foo = id $(anExpression2)
+
+pat $(aPattern) = ()
+
+qux = id $$(typedExpr)