mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Allow ignored defs with an effectful RHS
This commit is contained in:
parent
175a2b5683
commit
c9f001b041
13 changed files with 136 additions and 126 deletions
|
@ -102,7 +102,7 @@ pub fn remove_module_param_arguments(
|
|||
| TypeError::ModuleParamsMismatch(_, _, _, _)
|
||||
| TypeError::FxInPureFunction(_, _, _)
|
||||
| TypeError::FxInTopLevel(_, _)
|
||||
| TypeError::PureStmt(_)
|
||||
| TypeError::ExpectedEffectful(_, _)
|
||||
| TypeError::UnsuffixedEffectfulFunction(_, _)
|
||||
| TypeError::SuffixedPureFunction(_, _) => {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue