mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-31 00:57:24 +00:00
added map_try! + walk_try! test (#7770)
* map_try! + walk_try! test * update mono tests
This commit is contained in:
parent
e89bb6eb50
commit
882577bebc
51 changed files with 1510 additions and 1352 deletions
|
@ -1531,6 +1531,7 @@ define_builtins! {
|
|||
93 LIST_SPLIT_ON: "split_on"
|
||||
94 LIST_SPLIT_ON_LIST: "split_on_list"
|
||||
95 LIST_WALK_TRY_FX: "walk_try!"
|
||||
96 LIST_MAP_TRY_FX: "map_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