blob: 1754922f346914a383abfdbcfee28920967aaa39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[1 of 1] Processing p
[1 of 1] Compiling ShouldFail[sig] ( p\ShouldFail.hsig, nothing )
bkpfail18.bkp:3:18: error: [GHC-59692]
Duplicate instance declarations:
instance Show Int -- Defined at bkpfail18.bkp:3:18
instance Show Int -- Defined in ‘GHC.Show’
bkpfail18.bkp:4:18: error: [GHC-59692]
Duplicate instance declarations:
instance Show Int -- Defined at bkpfail18.bkp:4:18
instance Show Int -- Defined in ‘GHC.Show’
|