mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
started on Str.toNum
This commit is contained in:
parent
68e2701948
commit
eaf4e57759
7 changed files with 29 additions and 0 deletions
|
@ -1029,6 +1029,7 @@ define_builtins! {
|
|||
18 STR_TRIM: "trim"
|
||||
19 STR_TRIM_LEFT: "trimLeft"
|
||||
20 STR_TRIM_RIGHT: "trimRight"
|
||||
21 STR_TO_NUM: "toNum"
|
||||
}
|
||||
4 LIST: "List" => {
|
||||
0 LIST_LIST: "List" imported // the List.List type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue