mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
add walk_try! to symbols.rs
This commit is contained in:
parent
ea2a007834
commit
56f53c56d2
1 changed files with 1 additions and 0 deletions
|
@ -1515,6 +1515,7 @@ define_builtins! {
|
|||
92 LIST_WALK_FX: "walk!"
|
||||
93 LIST_SPLIT_ON: "split_on"
|
||||
94 LIST_SPLIT_ON_LIST: "split_on_list"
|
||||
95 LIST_WALK_TRY_FX: "walk_try!"
|
||||
}
|
||||
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