Note [Empty case alternatives]
In Iface syntax an IfaceCase does not record the types of the alternatives, unlike Core syntax Case. But we need this type if the alternatives are empty. Hence IfaceECase. See Note [Empty case alternatives] in GHC.Core.
References 1
- Empty case alternatives GHC.Core
Referenced by 1
- GHC.Iface.Syntax call site