List.join builtin and unification

This commit is contained in:
Chad Stearns 2020-08-01 22:28:09 -04:00
parent 6dd6afbeac
commit a9ab550c10
6 changed files with 49 additions and 0 deletions

View file

@ -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