mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
adding initial List.all
This commit is contained in:
parent
b03ed18553
commit
d946b84e63
17 changed files with 160 additions and 4 deletions
|
@ -536,6 +536,7 @@ impl<'a> Context<'a> {
|
|||
| ListKeepOks { xs }
|
||||
| ListKeepErrs { xs }
|
||||
| ListAny { xs }
|
||||
| ListAll { xs }
|
||||
| ListFindUnsafe { xs } => {
|
||||
let borrows = [function_ps[0].borrow, FUNCTION, CLOSURE_DATA];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue