mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
implemented Result.isErr
This commit is contained in:
parent
bb3a9c4138
commit
10eab4b785
4 changed files with 116 additions and 0 deletions
|
@ -1079,6 +1079,7 @@ define_builtins! {
|
|||
3 RESULT_WITH_DEFAULT: "withDefault"
|
||||
4 RESULT_AFTER: "after"
|
||||
5 RESULT_IS_OK: "isOk"
|
||||
6 RESULT_IS_ERR: "isErr"
|
||||
}
|
||||
6 DICT: "Dict" => {
|
||||
0 DICT_DICT: "Dict" imported // the Dict.Dict type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue