mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
List.single implementation
This commit is contained in:
parent
d79f1af126
commit
97cb4a737e
5 changed files with 109 additions and 1 deletions
|
@ -691,6 +691,7 @@ define_builtins! {
|
|||
14 LIST_CONCAT: "concat"
|
||||
15 LIST_FIRST: "first"
|
||||
16 LIST_FIRST_ARG: "first#list"
|
||||
17 LIST_SINGLE: "single"
|
||||
}
|
||||
7 RESULT: "Result" => {
|
||||
0 RESULT_RESULT: "Result" imported // the Result.Result type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue