blob: 80ebbf38badeced1b6045b0c790f667f1f8f30af (
plain)
1
2
3
4
5
6
7
8
9
|
T11399.hs:10:32: error: [GHC-18872]
• Couldn't match kind ‘GHC.Types.RuntimeRep’ with ‘*’
When matching kinds
a :: * -> *
TYPE :: GHC.Types.RuntimeRep -> *
Expected kind ‘* -> *’, but ‘UhOh a’ has kind ‘a (*) -> *’
• In the first argument of ‘Functor’, namely ‘(UhOh a)’
In the instance declaration for ‘Functor (UhOh a)’
|