mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
basic canonicalization
This commit is contained in:
parent
15665d612d
commit
bcbc8b4d50
7 changed files with 74 additions and 3 deletions
|
@ -279,6 +279,7 @@ fn to_pending_def<'a>(
|
|||
Type(TypeDef::Ability { .. }) => todo_abilities!(),
|
||||
|
||||
Value(AstValueDef::Expect { .. }) => todo!(),
|
||||
Value(AstValueDef::ExpectFx { .. }) => todo!(),
|
||||
|
||||
SpaceBefore(sub_def, _) | SpaceAfter(sub_def, _) => {
|
||||
to_pending_def(env, sub_def, scope, pattern_type)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue