feat(List): add sum builtin

This commit is contained in:
rvcas 2020-11-15 11:08:27 -05:00
parent a55f30e512
commit 1c8bb74268
12 changed files with 197 additions and 38 deletions

View file

@ -22,6 +22,7 @@ pub enum LowLevel {
ListMap,
ListKeepIf,
ListWalkRight,
ListSum,
NumAdd,
NumAddWrap,
NumAddChecked,