implemented Result.isErr

This commit is contained in:
Theo Felippe 2021-11-13 08:29:40 +00:00
parent bb3a9c4138
commit 10eab4b785
4 changed files with 116 additions and 0 deletions

View file

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