feat: expect on a type now can take in a msg when in trace mode

This commit is contained in:
microproofs
2024-01-04 10:12:58 -05:00
committed by Kasey
parent 4fc65cc600
commit 394cac86b8
39 changed files with 169 additions and 129 deletions

View File

@@ -175,7 +175,7 @@ impl Program<Name> {
self.traverse_uplc_with(&mut |id, term, mut arg_stack, _scope| {
match term {
Term::Apply { function, .. } => {
// We are apply some arg so now we unwrap the id of the applied arg
// We are applying some arg so now we unwrap the id of the applied arg
let id = id.unwrap();
if lambda_applied_ids.contains(&id) {