make sure traverse_uplc_with_helper is always passing the arg to lambda before running the with function.
Breaks #945 again
This commit is contained in:
@@ -803,7 +803,8 @@ impl Term<Name> {
|
||||
with,
|
||||
inline_lambda,
|
||||
);
|
||||
with(None, self, vec![], scope);
|
||||
|
||||
with(None, self, args, scope);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user