mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-01 21:40:58 +00:00
Constrain function annotation fx to body
This commit is contained in:
parent
b9b85a222f
commit
7af05cc6c9
10 changed files with 102 additions and 87 deletions
|
|
@ -182,6 +182,8 @@ fn remove_for_reason(
|
|||
}
|
||||
| Reason::CrashArg
|
||||
| Reason::ImportParams(_)
|
||||
| Reason::CallInFunction(_)
|
||||
| Reason::CallInTopLevelDef
|
||||
| Reason::FunctionOutput => {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue