feat: start on clauses in when conditions

**checkpoint**
This commit is contained in:
microproofs
2023-06-29 18:31:53 -04:00
committed by Kasey
parent 96959011e9
commit d731757123
4 changed files with 165 additions and 76 deletions

View File

@@ -61,6 +61,7 @@ pub struct AssignmentProperties {
pub value_type: Arc<Type>,
pub kind: AssignmentKind,
pub remove_unused: bool,
pub full_check: bool,
}
#[derive(Clone, Debug)]