blob: 97bd197a2a49e9502e2df33c21b029974284e384 (
plain)
1
2
3
4
5
6
7
|
gadt10.hs:6:24: error:
Expecting one more argument to ‘RInt’
Expected a type, but ‘RInt’ has kind ‘k0 -> *’
In the type ‘RInt’
In the definition of data constructor ‘R’
In the data declaration for ‘RInt’
|