mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
fix ordering again
This commit is contained in:
parent
9a14991c8f
commit
efae03240e
1 changed files with 1 additions and 1 deletions
|
@ -1514,7 +1514,7 @@ define_builtins! {
|
||||||
92 LIST_WALK_FX: "walk!"
|
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"
|
||||||
94 LIST_SPLIT_ON_LIST: "splitOnList"
|
95 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue