mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Weaken mutually-recursive let bindings as appropriate
This commit is contained in:
parent
58081ada19
commit
a77f04cd19
1 changed files with 1 additions and 3 deletions
|
@ -3606,9 +3606,7 @@ pub fn rec_defs_help_simple(
|
|||
}
|
||||
_ => true, // this must be a function
|
||||
});
|
||||
// TODO(weakening)
|
||||
#[allow(clippy::logic_bug)]
|
||||
Generalizable(generalizable || true)
|
||||
Generalizable(generalizable)
|
||||
};
|
||||
|
||||
for index in range {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue