This commit is contained in:
Eric Newbury 2022-01-21 16:46:47 -05:00
parent c0ea664141
commit 7e7104d9ba
3 changed files with 69 additions and 0 deletions

View file

@ -1110,6 +1110,8 @@ define_builtins! {
52 LIST_ALL: "all"
53 LIST_DROP_IF: "dropIf"
54 LIST_DROP_IF_PREDICATE: "#dropIfPred"
55 LIST_SORT_DESC: "sortDesc"
56 LIST_SORT_DESC_COMPARE: "#sortDescCompare"
}
5 RESULT: "Result" => {
0 RESULT_RESULT: "Result" imported // the Result.Result type alias