fix errors

This commit is contained in:
microproofs
2024-04-09 23:34:36 -04:00
committed by Kasey
parent 5c59b816ea
commit ebe415cfc9
4 changed files with 89 additions and 141 deletions

View File

@@ -937,7 +937,7 @@ impl AirTree {
}
}
pub fn pair_index(index: u64, tipo: Rc<Type>, tuple: AirTree) -> AirTree {
pub fn pair_index(index: usize, tipo: Rc<Type>, tuple: AirTree) -> AirTree {
AirTree::cast_from_data(
AirTree::builtin(
if index == 0 {