diff --git a/crates/aiken-lang/src/uplc.rs b/crates/aiken-lang/src/uplc.rs index d9fa9a43..ef5a74af 100644 --- a/crates/aiken-lang/src/uplc.rs +++ b/crates/aiken-lang/src/uplc.rs @@ -3596,6 +3596,7 @@ impl<'a> CodeGenerator<'a> { || tipo.is_string() || tipo.is_list() || tipo.is_tuple() + || tipo.is_bool() { apply_wrap( Term::Lambda {