Closed zetah11 closed 2 years ago
The MIR contains ExprSeq which is a sequence of "expressions" (Expr) followed by a branch. This should really be called Block and Statement, or something to that effect.
ExprSeq
Expr
Block
Statement
The MIR contains
ExprSeq
which is a sequence of "expressions" (Expr
) followed by a branch. This should really be calledBlock
andStatement
, or something to that effect.