missing a condition check on when
This commit is contained in:
parent
439a54d9f1
commit
71ae85a720
|
@ -3596,6 +3596,7 @@ impl<'a> CodeGenerator<'a> {
|
||||||
|| tipo.is_string()
|
|| tipo.is_string()
|
||||||
|| tipo.is_list()
|
|| tipo.is_list()
|
||||||
|| tipo.is_tuple()
|
|| tipo.is_tuple()
|
||||||
|
|| tipo.is_bool()
|
||||||
{
|
{
|
||||||
apply_wrap(
|
apply_wrap(
|
||||||
Term::Lambda {
|
Term::Lambda {
|
||||||
|
|
Loading…
Reference in New Issue