summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T16895c.stderr
blob: baa5e7526b37c13aa880cad5adc537625f9ba99c (plain)
1
2
3
4
5
6

T16895c.hs:7:15: error:
    • Non-variable expression is not allowed in an infix expression
      When splicing a TH expression: (1 `GHC.Base.id GHC.Base.id`)
    • In the untyped splice:
        $(infixE (Just [| 1 |]) [| id id |] Nothing)