blob: 6e06abf3b5c2cb2c17f5ecf24e2de1be835d40dc (
plain)
1
2
3
4
5
6
7
8
|
drvfail003.hs:16:56:
No instance for (Show (v (v a)))
arising from the first field of ‘End’ (type ‘v (v a)’)
Possible fix:
use a standalone 'deriving instance' declaration,
so you can specify the instance context yourself
When deriving the instance for (Show (Square_ v w a))
|