mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Set up many basic details for Str.split- no implementation yet
This commit is contained in:
parent
7aada6c485
commit
943925e4de
5 changed files with 47 additions and 2 deletions
|
@ -660,6 +660,7 @@ define_builtins! {
|
|||
2 STR_IS_EMPTY: "isEmpty"
|
||||
3 STR_APPEND: "append"
|
||||
4 STR_CONCAT: "concat"
|
||||
5 STR_SPLIT: "split"
|
||||
}
|
||||
4 LIST: "List" => {
|
||||
0 LIST_LIST: "List" imported // the List.List type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue