mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
add List.splitOnList
This commit is contained in:
parent
0a7e98ab65
commit
ec59acea89
3 changed files with 85 additions and 1 deletions
|
@ -1512,6 +1512,7 @@ define_builtins! {
|
|||
90 LIST_WALK_FX: "walk!"
|
||||
91 LIST_SPLIT_AT: "splitAt"
|
||||
92 LIST_SPLIT_ON: "splitOn"
|
||||
93 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