mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
make Str + Result work
This commit is contained in:
parent
d1d7cfef44
commit
c0d3543d5a
12 changed files with 401 additions and 142 deletions
|
@ -1048,7 +1048,7 @@ define_builtins! {
|
|||
0 STR_STR: "Str" imported // the Str.Str type alias
|
||||
1 STR_AT_STR: "@Str" // the Str.@Str private tag
|
||||
2 STR_IS_EMPTY: "isEmpty"
|
||||
3 STR_APPEND: "append"
|
||||
3 STR_APPEND: "#append" // unused
|
||||
4 STR_CONCAT: "concat"
|
||||
5 STR_JOIN_WITH: "joinWith"
|
||||
6 STR_SPLIT: "split"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue