chore: rename uplc builder builtins

This commit is contained in:
microproofs
2023-10-17 12:29:38 -04:00
committed by Kasey
parent 3e283a59ec
commit 4dd17dacf3
6 changed files with 226 additions and 196 deletions

View File

@@ -935,7 +935,7 @@ mod tests {
.apply(Term::integer(2.into()))
.apply(Term::var("y")),
)
.delayed_if_else(
.delayed_if_then_else(
Term::length_of_bytearray().apply(Term::byte_string(vec![])),
Term::Error,
)