Skip to main content

lower_literal_if_combinators

Function lower_literal_if_combinators 

Source
pub fn lower_literal_if_combinators(program: &mut Program)
Expand description

Rewrite every [Quotation, Quotation, WordCall("if")] triple in the program to a Statement::If. Runs after parse + include resolution, before type-checking.