diff options
Diffstat (limited to 'hypsrc-test/src/TemplateHaskellQuasiquotes.hs')
-rw-r--r-- | hypsrc-test/src/TemplateHaskellQuasiquotes.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypsrc-test/src/TemplateHaskellQuasiquotes.hs b/hypsrc-test/src/TemplateHaskellQuasiquotes.hs index a1661895..6d404921 100644 --- a/hypsrc-test/src/TemplateHaskellQuasiquotes.hs +++ b/hypsrc-test/src/TemplateHaskellQuasiquotes.hs @@ -21,7 +21,7 @@ aPattern = [p| aNumberPattern :: PatQ aNumberPattern = [p| - w @ v @ 4.5 + w@v@4.5 |] anExpression, anExpression2 :: ExpQ |