mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
feat(List): add sum builtin
This commit is contained in:
parent
a55f30e512
commit
1c8bb74268
12 changed files with 197 additions and 38 deletions
|
@ -22,6 +22,7 @@ pub enum LowLevel {
|
|||
ListMap,
|
||||
ListKeepIf,
|
||||
ListWalkRight,
|
||||
ListSum,
|
||||
NumAdd,
|
||||
NumAddWrap,
|
||||
NumAddChecked,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue