add walk_try! to symbols.rs

This commit is contained in:
Ian McLerran 2025-01-09 12:16:13 -06:00
parent ea2a007834
commit 56f53c56d2
No known key found for this signature in database
GPG key ID: 022CF95852BFF343

View file

@ -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