fix(library/compiler/llnf): missing case
This commit is contained in:
parent
fec4502e0f
commit
8111aaad8a
1 changed files with 2 additions and 0 deletions
|
|
@ -1257,6 +1257,8 @@ class explicit_boxing_fn {
|
|||
return visit_apply(f, args, expected_type);
|
||||
} else if (is_llnf_cnstr(f)) {
|
||||
return visit_cnstr(f, args, expected_type);
|
||||
} else if (is_llnf_reset(f)) {
|
||||
return e;
|
||||
} else if (is_llnf_reuse(f)) {
|
||||
return visit_reuse(f, args);
|
||||
} else if (is_llnf_sset(f)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue