feat: expect on a type now can take in a msg when in trace mode
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user