mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Merge branch 'trunk' into str_from_int
This commit is contained in:
commit
d460ce64b1
15 changed files with 1170 additions and 623 deletions
|
@ -1052,6 +1052,7 @@ define_builtins! {
|
|||
32 LIST_DROP: "drop"
|
||||
33 LIST_SWAP: "swap"
|
||||
34 LIST_DROP_AT: "dropAt"
|
||||
35 LIST_DROP_LAST: "dropLast"
|
||||
}
|
||||
5 RESULT: "Result" => {
|
||||
0 RESULT_RESULT: "Result" imported // the Result.Result type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue