mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-31 09:07:21 +00:00
implement Result.mapBoth and Result.map2 builtins
This commit is contained in:
parent
2dee5aea94
commit
7aebee8c94
3 changed files with 75 additions and 1 deletions
|
@ -1556,6 +1556,8 @@ define_builtins! {
|
|||
5 RESULT_WITH_DEFAULT: "withDefault"
|
||||
6 RESULT_TRY: "try"
|
||||
7 RESULT_IS_OK: "isOk"
|
||||
8 RESULT_MAP_BOTH: "mapBoth"
|
||||
9 RESULT_MAP_TWO: "map2"
|
||||
}
|
||||
8 DICT: "Dict" => {
|
||||
0 DICT_DICT: "Dict" exposed_type=true // the Dict.Dict type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue