mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
change symbol ordering
This commit is contained in:
parent
8f0ca0c91c
commit
ae4d682806
1 changed files with 4 additions and 4 deletions
|
@ -1509,12 +1509,12 @@ define_builtins! {
|
|||
87 LIST_CLONE: "clone"
|
||||
88 LIST_LEN_USIZE: "lenUsize"
|
||||
89 LIST_CONCAT_UTF8: "concatUtf8"
|
||||
90 LIST_WALK_FX: "walk!"
|
||||
91 LIST_FOR_EACH_FX: "forEach!"
|
||||
92 LIST_FOR_EACH_TRY_FX: "forEachTry!"
|
||||
90 LIST_FOR_EACH_FX: "forEach!"
|
||||
91 LIST_FOR_EACH_TRY_FX: "forEachTry!"
|
||||
92 LIST_WALK_FX: "walk!"
|
||||
93 LIST_SPLIT_AT: "splitAt"
|
||||
94 LIST_SPLIT_ON: "splitOn"
|
||||
95 LIST_SPLIT_ON_LIST: "splitOnList"
|
||||
94 LIST_SPLIT_ON_LIST: "splitOnList"
|
||||
}
|
||||
7 RESULT: "Result" => {
|
||||
0 RESULT_RESULT: "Result" exposed_type=true // the Result.Result type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue