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.
@unboxed
@unboxed type x = One let x = One
This breaks with:
Fatal error: exception File "jscomp/ml/translcore.ml", line 836, characters 60-66: Assertion failed
Add another constructor to x and it compiles.
x