fix all current errors

This commit is contained in:
microproofs
2024-02-03 17:42:39 -05:00
committed by Kasey
parent 9f96e4bc5a
commit 806a74c192
2 changed files with 41 additions and 48 deletions

View File

@@ -1418,7 +1418,8 @@ impl AirTree {
| AirExpression::ListClause { then, .. }
| AirExpression::WrapClause { then, .. }
| AirExpression::TupleClause { then, .. }
| AirExpression::Finally { then, .. } => then.return_type(),
| AirExpression::Finally { then, .. }
| AirExpression::Let { then, .. } => then.return_type(),
},
_ => unreachable!(),
}