Closed cristianoc closed 3 years ago
Basic support for inherited type definitions type color = [red | blue] in polymorphic variants.
type color = [red | blue]
No support for conversion at the moment, which would need to unfold the definitions of all the types involved.
Fixes https://github.com/rescript-association/genType/issues/577
Basic support for inherited type definitions
type color = [red | blue]
in polymorphic variants.No support for conversion at the moment, which would need to unfold the definitions of all the types involved.
Fixes https://github.com/rescript-association/genType/issues/577