blob: faeba9b9ac1d60fb7517a3a69d73b993152b3453 (
plain)
1
2
3
4
5
6
|
mod17.hs:2:10: error: [GHC-88993]
• The type constructor ‘C’ is not the parent of the data constructor ‘Left’.
Data constructors can only be exported with their parent type constructor.
Parent: Either
• In the export: C(m1, m2, m3, Left)
|