We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d3d2c commit bd372ebCopy full SHA for bd372eb
src/Core__BigInt.res
@@ -30,7 +30,7 @@ BigInt.fromStringExn("0o11")
30
try {
31
BigInt.fromStringExn("a")
32
} catch {
33
-| _ => ...
+| Exn.Error(_error) => 0n
34
}
35
```
36
*/
0 commit comments