mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
List.join builtin and unification
This commit is contained in:
parent
6dd6afbeac
commit
a9ab550c10
6 changed files with 49 additions and 0 deletions
|
@ -13,6 +13,7 @@ pub enum LowLevel {
|
|||
ListConcat,
|
||||
ListAppend,
|
||||
ListPrepend,
|
||||
ListJoin,
|
||||
NumAdd,
|
||||
NumSub,
|
||||
NumMul,
|
||||
|
|
|
@ -659,6 +659,7 @@ define_builtins! {
|
|||
13 LIST_REPEAT: "repeat"
|
||||
14 LIST_REVERSE: "reverse"
|
||||
15 LIST_PREPEND: "prepend"
|
||||
16 LIST_JOIN: "join"
|
||||
}
|
||||
5 RESULT: "Result" => {
|
||||
0 RESULT_RESULT: "Result" imported // the Result.Result type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue