Skip to content

Commit 94937b6

Browse files
authored
Update belt_Result.ml
1 parent f86537c commit 94937b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/others/belt_Result.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ let isOk = function
5959

6060
let isError = function
6161
| Ok _ -> false
62-
| Error -> true
62+
| Error _ -> true
6363

6464
let eqU a b f = match (a, b) with
6565
| (Ok a, Ok b) -> f a b [@bs]

0 commit comments

Comments
 (0)