blob: 4aa98531b8dc7fa38492f9032e44e3627ad86227 (
plain)
1
2
3
4
5
6
7
8
9
|
drvfail003.hs:16:56:
No instance for (Show (v (v a)))
arising from the 'deriving' clause of a data type declaration
Possible fix:
add an instance declaration for (Show (v (v a)))
or use a standalone 'deriving instance' declaration,
so you can specify the instance context yourself
When deriving the instance for (Show (Square_ v w a))
|