mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
can for normal (no-list) as
This commit is contained in:
parent
06cfdd71cc
commit
905341d849
9 changed files with 98 additions and 19 deletions
|
@ -654,6 +654,7 @@ fn deep_copy_pattern_help<C: CopyEnv>(
|
|||
|
||||
match pat {
|
||||
Identifier(s) => Identifier(*s),
|
||||
As(subpattern, s) => As(Box::new(subpattern.map(|p| go_help!(p))), *s),
|
||||
AppliedTag {
|
||||
whole_var,
|
||||
ext_var,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue