mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
fix final list test
This commit is contained in:
parent
1ee1a8114b
commit
d25b1dc549
4 changed files with 36 additions and 26 deletions
|
@ -7524,6 +7524,7 @@ fn lowlevel_match_on_lambda_set<'a, F>(
|
|||
where
|
||||
F: Fn(Symbol, Symbol) -> Call<'a> + Copy,
|
||||
{
|
||||
dbg!(lambda_set);
|
||||
match dbg!(lambda_set.runtime_representation()) {
|
||||
Layout::Union(_) => {
|
||||
let closure_tag_id_symbol = env.unique_symbol();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue