blob: 21d43e472ffffa1eab0d351880c6d9794cf22259 (
plain)
1
2
3
4
5
6
|
T8412.hs:5:12:
Illegal literal in type (type literals must not be negative): -1
In the result of the splice:
$(return $ LitT $ NumTyLit (- 1))
To see what the splice expanded to, use -ddump-splices
|