blob: 2832aee9be8f70007dd94bc868327c7b11f52a5f (
plain)
1
2
3
4
5
6
|
T16895d.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` 2
• In the untyped splice:
$(infixE (Just [| 1 |]) [| (id id) |] (Just [| 2 |]))
|