mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
WIP try simplification
This commit is contained in:
parent
85b76a14b4
commit
8b9e08bd76
13 changed files with 734 additions and 551 deletions
|
@ -5985,6 +5985,11 @@ fn build_pending_specializations<'a>(
|
|||
// this seems to work for now
|
||||
*shadowed
|
||||
}
|
||||
Pattern::RecordDestructure { .. } => {
|
||||
// this seems to work for now, we added to enable suffixed expressions
|
||||
// the issue is likely that we can have a `main = say! "hi"` which is
|
||||
symbol
|
||||
}
|
||||
_ => todo!("top-level destrucuture patterns are not implemented"),
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue