mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-31 00:57:24 +00:00
added List.keep_if_try!
(#7804)
* added keep_if_try! * cleanup types * cleanup var name
This commit is contained in:
parent
e1f4ac1a96
commit
c93e27ca9a
48 changed files with 1479 additions and 1382 deletions
|
@ -1532,6 +1532,7 @@ define_builtins! {
|
|||
94 LIST_SPLIT_ON_LIST: "split_on_list"
|
||||
95 LIST_WALK_TRY_FX: "walk_try!"
|
||||
96 LIST_MAP_TRY_FX: "map_try!"
|
||||
97 LIST_KEEP_IF_TRY_FX: "keep_if_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