mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
List append symbol and partial implementation
This commit is contained in:
parent
4b663a93c0
commit
78fc5d2fec
2 changed files with 65 additions and 0 deletions
|
@ -695,6 +695,7 @@ define_builtins! {
|
|||
17 LIST_SINGLE: "single"
|
||||
18 LIST_REPEAT: "repeat"
|
||||
19 LIST_REVERSE: "reverse"
|
||||
20 LIST_APPEND: "append"
|
||||
}
|
||||
7 RESULT: "Result" => {
|
||||
0 RESULT_RESULT: "Result" imported // the Result.Result type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue