mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
special-case List.len"
This commit is contained in:
parent
b4c5c2f793
commit
9e11526c1d
1 changed files with 1 additions and 0 deletions
|
@ -606,6 +606,7 @@ impl VarUsage {
|
|||
);
|
||||
|
||||
closure_signatures.insert(Symbol::LIST_IS_EMPTY, vec![Usage::Simple(Mark::Seen)]);
|
||||
closure_signatures.insert(Symbol::LIST_LEN, vec![Usage::Simple(Mark::Seen)]);
|
||||
|
||||
closure_signatures.insert(
|
||||
Symbol::LIST_SET,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue