We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86537c commit 94937b6Copy full SHA for 94937b6
jscomp/others/belt_Result.ml
@@ -59,7 +59,7 @@ let isOk = function
59
60
let isError = function
61
| Ok _ -> false
62
- | Error -> true
+ | Error _ -> true
63
64
let eqU a b f = match (a, b) with
65
| (Ok a, Ok b) -> f a b [@bs]
0 commit comments