remove List.split

This commit is contained in:
Isaac Van Doren 2024-11-15 20:31:37 -06:00
parent cf05fe03e9
commit d0735f2661
No known key found for this signature in database
GPG key ID: CFA524CD470E5B94
2 changed files with 3 additions and 15 deletions

View file

@ -1471,7 +1471,7 @@ define_builtins! {
49 LIST_SUBLIST: "sublist"
50 LIST_INTERSPERSE: "intersperse"
51 LIST_INTERSPERSE_CLOS: "#intersperseClos"
52 LIST_SPLIT: "split"
52 LIST_SPLIT_AT: "splitAt"
53 LIST_SPLIT_FIRST: "splitFirst"
54 LIST_SPLIT_LAST: "splitLast"
55 LIST_SPLIT_CLOS: "#splitClos"
@ -1512,9 +1512,8 @@ define_builtins! {
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"
93 LIST_SPLIT_ON: "splitOn"
94 LIST_SPLIT_ON_LIST: "splitOnList"
}
7 RESULT: "Result" => {
0 RESULT_RESULT: "Result" exposed_type=true // the Result.Result type alias