blob: b6ff05a0a4b4f85122af2d25f451544cee996325 (
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)
|