summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/TH_implicitParamsErr3.stderr
blob: fe3bf672590ccdf86122157fe9194374f1b31797 (plain)
1
2
3
4
5
6
7
8
9
10

TH_implicitParamsErr3.hs:5:16: error:
    • Illegal variable name: ‘invalid name’
      When splicing a TH expression:
        let ?invalid name = "hi"
 in ?invalid name
    • In the untyped splice:
        $(letE
            [implicitParamBindD "invalid name" [| "hi" |]]
            (implicitParamVarE "invalid name"))