mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
changes to closure parameter rank
This commit is contained in:
parent
e1290835de
commit
894f7de009
3 changed files with 7 additions and 2 deletions
|
@ -1129,7 +1129,7 @@ fn adjust_rank_content(
|
|||
// My theory is that because the closure_var contains variables already
|
||||
// contained in the signature only, it does not need to be part of the rank
|
||||
// calculuation
|
||||
if false {
|
||||
if true {
|
||||
rank = rank.max(adjust_rank(
|
||||
subs,
|
||||
young_mark,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue