blob: 695f89891245df0821220704159ef186455db29b (
plain)
1
2
3
4
5
6
|
mod3.hs:2:10: error: [GHC-88993]
• The type constructor ‘T’ is not the parent of the data constructor ‘K1’.
Data constructors can only be exported with their parent type constructor.
Parent: T'
• In the export: T(K1)
|