Fix missing delay in list_access_to_uplc. Also fix one of the unit tests.

This commit is contained in:
microproofs
2024-06-13 19:55:36 -04:00
committed by Lucas
parent 41b941e0e3
commit cc9df04093
2 changed files with 57 additions and 52 deletions

View File

@@ -1517,7 +1517,8 @@ pub fn list_access_to_uplc(
.choose_list(acc.delay(), otherwise_delayed.clone())
.force()
.lambda(name)
.apply(head_item),
.apply(head_item)
.delay(),
)
.force()
.lambda(tail_name)