blob: 100c84bab7f93bf563e1b76d18a7e6ec982cc1d2 (
plain)
1
2
3
4
5
6
7
|
gadt10.hs:6:24:
`RInt' is not applied to enough type arguments
Expected kind `?', but `RInt' has kind `k0 -> *'
In the type `RInt'
In the definition of data constructor `R'
In the data type declaration for `RInt'
|