blob: d1bb7c71feb0d93c494d2b1d6716fc675c45abbf (
plain)
1
2
3
4
5
6
7
8
9
|
T7276.hs:6:8:
Couldn't match type ‛[Language.Haskell.TH.Syntax.Dec]’
with ‛Language.Haskell.TH.Syntax.Exp’
Expected type: Language.Haskell.TH.Lib.ExpQ
Actual type: Language.Haskell.TH.Lib.DecsQ
In the Template Haskell quotation [d| y = 3 |]
In the expression: [d| y = 3 |]
In the expression: $([d| y = 3 |])
|