Note [Empty case alternatives]

GHC/Iface/Syntax.hs:734 compiler

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

Referenced by 1