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 72eed8c commit e3d85b5Copy full SHA for e3d85b5
tests/tests/src/internal_unused_test.res
@@ -17,7 +17,7 @@ module P1 = {
17
}
18
open! P1
19
20
-let f = () => raise(A)
+let f = () => throw(A)
21
22
%%private(let b = 3)
23
0 commit comments