syntax icon indicating copy to clipboard operation
syntax copied to clipboard

Unexpected syntax error with annotated variant

Open cristianoc opened this issue 2 years ago • 0 comments

Apparently this is a syntax error:

type vv = @dead AA | BB | CC

but not this

type vv = | @dead AA | BB | CC

cristianoc avatar May 28 '22 19:05 cristianoc