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