Merge branch 'trunk' of github.com:rtfeldman/roc into builtin-maxI128

This commit is contained in:
Eric Henry 2021-03-12 17:40:57 -05:00
commit 66f07d984e
41 changed files with 3892 additions and 3648 deletions

View file

@ -28,6 +28,7 @@ pub enum LowLevel {
ListJoin,
ListMap,
ListMap2,
ListMap3,
ListMapWithIndex,
ListKeepIf,
ListWalk,

View file

@ -911,6 +911,7 @@ define_builtins! {
22 LIST_KEEP_ERRS: "keepErrs"
23 LIST_MAP_WITH_INDEX: "mapWithIndex"
24 LIST_MAP2: "map2"
25 LIST_MAP3: "map3"
}
5 RESULT: "Result" => {
0 RESULT_RESULT: "Result" imported // the Result.Result type alias