blob: 2bbfccf8b577315e7f747a2b01c5dbd2d171c909 (
plain)
1
2
3
4
5
6
7
|
gadt10.hs:6:24: error: [GHC-83865]
• 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’
|