missing a condition check on when

This commit is contained in:
Kasey White 2023-01-18 14:03:38 -05:00 committed by Lucas
parent 439a54d9f1
commit 71ae85a720
1 changed files with 1 additions and 0 deletions

View File

@ -3596,6 +3596,7 @@ impl<'a> CodeGenerator<'a> {
|| tipo.is_string()
|| tipo.is_list()
|| tipo.is_tuple()
|| tipo.is_bool()
{
apply_wrap(
Term::Lambda {