change symbol ordering

This commit is contained in:
Isaac Van Doren 2024-11-12 21:28:10 -06:00
parent 8f0ca0c91c
commit ae4d682806
No known key found for this signature in database
GPG key ID: CFA524CD470E5B94

View file

@ -1509,12 +1509,12 @@ define_builtins! {
87 LIST_CLONE: "clone" 87 LIST_CLONE: "clone"
88 LIST_LEN_USIZE: "lenUsize" 88 LIST_LEN_USIZE: "lenUsize"
89 LIST_CONCAT_UTF8: "concatUtf8" 89 LIST_CONCAT_UTF8: "concatUtf8"
90 LIST_WALK_FX: "walk!" 90 LIST_FOR_EACH_FX: "forEach!"
91 LIST_FOR_EACH_FX: "forEach!" 91 LIST_FOR_EACH_TRY_FX: "forEachTry!"
92 LIST_FOR_EACH_TRY_FX: "forEachTry!" 92 LIST_WALK_FX: "walk!"
93 LIST_SPLIT_AT: "splitAt" 93 LIST_SPLIT_AT: "splitAt"
94 LIST_SPLIT_ON: "splitOn" 94 LIST_SPLIT_ON: "splitOn"
95 LIST_SPLIT_ON_LIST: "splitOnList" 94 LIST_SPLIT_ON_LIST: "splitOnList"
} }
7 RESULT: "Result" => { 7 RESULT: "Result" => {
0 RESULT_RESULT: "Result" exposed_type=true // the Result.Result type alias 0 RESULT_RESULT: "Result" exposed_type=true // the Result.Result type alias