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 6ed6ca2 commit 4976e58Copy full SHA for 4976e58
jscomp/others/belt_Option.ml
@@ -1,6 +1,6 @@
1
let getExn = function
2
| Some x -> x
3
- | None -> assert false
+ | None -> [%assert "getExn"]
4
5
let fold opt default f = match opt with
6
| Some x -> f x
0 commit comments