mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
remove List.split
This commit is contained in:
parent
cf05fe03e9
commit
d0735f2661
2 changed files with 3 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue