mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-01 21:40:58 +00:00
Add List.forEachTry! builtin
This commit is contained in:
parent
ce568c01c1
commit
6d0cec253d
4 changed files with 80 additions and 6 deletions
|
|
@ -1510,6 +1510,7 @@ define_builtins! {
|
|||
88 LIST_LEN_USIZE: "lenUsize"
|
||||
89 LIST_CONCAT_UTF8: "concatUtf8"
|
||||
90 LIST_FOR_EACH_FX: "forEach!"
|
||||
91 LIST_FOR_EACH_TRY_FX: "forEachTry!"
|
||||
}
|
||||
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