update tests and fix final unique issues

This commit is contained in:
microproofs
2024-02-19 14:27:21 -05:00
committed by Kasey
parent 62963f7fc2
commit 4e0aaf970f
14 changed files with 128 additions and 57 deletions

View File

@@ -76,4 +76,8 @@ impl Interner {
unique
}
}
pub fn current_unique(&self) -> Unique {
self.current
}
}