summaryrefslogtreecommitdiff
path: root/testsuite/tests/quotes/TH_double_splice.stderr
blob: 34cb933a1d17fe7f8114e62c3a025476118a7b54 (plain)
1
2
3
4
5
6
7

TH_double_splice.hs:6:12: error:
    • Top-level splices are not permitted without TemplateHaskell
    • In the untyped splice: $(error "should not happen")
      In the untyped splice: $($(error "should not happen"))
      In the Template Haskell quotation
        [| $($(error "should not happen")) |]