blob: 1a0fb75bd122f78c60e16a4c3fd5471e509d528c (
plain)
1
2
3
4
5
6
7
8
|
T8577.hs:9:11: error:
Couldn't match type ‘Int’ with ‘Bool’
Expected type: Q (TExp (A Bool))
Actual type: Q (TExp (A Int))
In the expression: y
In the Template Haskell splice $$(y)
In the expression: $$(y)
|