Merge branch 'trunk' of github.com:rtfeldman/roc into str-split

This commit is contained in:
Chad Stearns 2020-09-26 14:54:18 -04:00
commit 5fe6eefa97
32 changed files with 1134 additions and 152 deletions

View file

@ -21,6 +21,8 @@ pub enum LowLevel {
ListKeepIf,
ListWalkRight,
NumAdd,
NumAddWrap,
NumAddChecked,
NumSub,
NumMul,
NumGt,
@ -41,6 +43,7 @@ pub enum LowLevel {
NumCeiling,
NumPowInt,
NumFloor,
NumIsFinite,
Eq,
NotEq,
And,