Currently the following produce syntax error, ```rescript type t = /** non-negative integer constant */ | Numeral(float) /** Addition [e1 + e2] */ | Plus(expression, expression) ``` This should be supported.