Merge remote-tracking branch 'origin/trunk' into backpassing

This commit is contained in:
Folkert 2021-03-06 19:01:39 +01:00
commit dbb4758cb9
40 changed files with 3279 additions and 2638 deletions

View file

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

View file

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