Hello,

In theory could GHC codegen work if every data constructor in the whole programĀ  have a globally unique tag value instead of starting from 1 for each algebraic data type?
Would this break any GHC design decision?

Regards,
Csaba