blob: ef95cc313dc31ccf94ba9bfd341d4dff0d9467f8 (
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
|