mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
feat(List): add sum builtin
This commit is contained in:
parent
a55f30e512
commit
1c8bb74268
12 changed files with 197 additions and 38 deletions
|
@ -693,6 +693,7 @@ define_builtins! {
|
|||
16 LIST_JOIN: "join"
|
||||
17 LIST_KEEP_IF: "keepIf"
|
||||
18 LIST_CONTAINS: "contains"
|
||||
19 LIST_SUM: "sum"
|
||||
}
|
||||
5 RESULT: "Result" => {
|
||||
0 RESULT_RESULT: "Result" imported // the Result.Result type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue