mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
parent
5f74e10d32
commit
ca5d084497
17 changed files with 369 additions and 25 deletions
|
@ -529,6 +529,11 @@ pub fn canonicalize_pattern<'a>(
|
|||
permit_shadows,
|
||||
)
|
||||
}
|
||||
|
||||
Tuple(_patterns) => {
|
||||
todo!("canonicalize_pattern: Tuple")
|
||||
}
|
||||
|
||||
RecordDestructure(patterns) => {
|
||||
let ext_var = var_store.fresh();
|
||||
let whole_var = var_store.fresh();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue