mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
add list-product builtin function
This commit is contained in:
parent
47ddfd2639
commit
fed470b316
7 changed files with 102 additions and 17 deletions
|
@ -34,6 +34,7 @@ pub enum LowLevel {
|
|||
ListWalk,
|
||||
ListWalkBackwards,
|
||||
ListSum,
|
||||
ListProduct,
|
||||
ListKeepOks,
|
||||
ListKeepErrs,
|
||||
DictSize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue