mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
simpify pattern match on non-indexable values
This commit is contained in:
parent
4bbaa007f3
commit
7a36c25848
2 changed files with 10 additions and 11 deletions
|
@ -1057,9 +1057,9 @@ fn path_to_expr_help<'a>(
|
|||
wrapped: Wrapped::SingleElementRecord,
|
||||
};
|
||||
|
||||
symbol = env.unique_symbol();
|
||||
let inner_layout = layout;
|
||||
stores.push((symbol, inner_layout, inner_expr));
|
||||
// symbol = env.unique_symbol();
|
||||
// let inner_layout = layout;
|
||||
// stores.push((symbol, inner_layout, inner_expr));
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue