blob: e080cb390a422ea99bed34f95ac921e38d7ffa47 (
plain)
1
2
3
4
5
6
|
T16895d.hs:7:15: error: [GHC-99831]
• Non-variable expression is not allowed in an infix expression
When splicing a TH expression: 1 `GHC.Base.id GHC.Base.id` 2
• In the untyped splice:
$(infixE (Just [| 1 |]) [| (id id) |] (Just [| 2 |]))
|