Only 2 errors and todos left to finish

This commit is contained in:
microproofs
2024-07-29 14:45:54 -04:00
committed by Kasey
parent 6ba9a312f0
commit 0be5229f1c
3 changed files with 65 additions and 52 deletions

View File

@@ -988,7 +988,7 @@ impl Term<Name> {
}
}
fn pierce_no_inlines(&self) -> &Self {
pub fn pierce_no_inlines(&self) -> &Self {
let mut term = self;
while let Term::Lambda {