diff --git a/crates/aiken-lang/src/gen_uplc.rs b/crates/aiken-lang/src/gen_uplc.rs index 232a350e..f60dd17e 100644 --- a/crates/aiken-lang/src/gen_uplc.rs +++ b/crates/aiken-lang/src/gen_uplc.rs @@ -625,7 +625,7 @@ impl<'a> CodeGenerator<'a> { // // if is : { } // [(builtin ifThenElse) (condition is pattern) (body) (else) ] - a @ TypedExpr::If { + TypedExpr::If { branches, final_else, tipo,