blob: 5303f5a57e900d455c39154750b1fa0cf48506f2 (
plain)
1
2
3
4
5
6
|
gadt11.hs:12:3: error: [GHC-45219]
• Data constructor ‘L2’ returns type ‘T1 Bool’
instead of an instance of its parent type ‘T2 a’
• In the definition of data constructor ‘L2’
In the data type declaration for ‘T2’
|