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.
Follow-up to #6952 where @glennsl wrote:
... In OCaml, an empty variant type would be type a = |. That doesn't seem to be supported in Rescript though.
type a = |
Do we want to support this in ReScript? Can we use the same syntax?