mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-31 00:57:24 +00:00
Add List.forEach! builtin
This commit is contained in:
parent
644702a2b3
commit
ce568c01c1
3 changed files with 20 additions and 10 deletions
|
@ -1509,7 +1509,7 @@ define_builtins! {
|
|||
87 LIST_CLONE: "clone"
|
||||
88 LIST_LEN_USIZE: "lenUsize"
|
||||
89 LIST_CONCAT_UTF8: "concatUtf8"
|
||||
90 LIST_WALK_FX: "walk!"
|
||||
90 LIST_FOR_EACH_FX: "forEach!"
|
||||
}
|
||||
7 RESULT: "Result" => {
|
||||
0 RESULT_RESULT: "Result" exposed_type=true // the Result.Result type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue