Skip to content
This repository has been archived by the owner on Sep 9, 2018. It is now read-only.

Unions #8

Open
orefalo opened this issue Mar 23, 2017 · 0 comments
Open

Unions #8

orefalo opened this issue Mar 23, 2017 · 0 comments

Comments

@orefalo
Copy link

orefalo commented Mar 23, 2017

Best way to do it is via an interface

class Rabbit implements AnimalUnion {...}
class Dog implements AnimalUnion {...}

this will generate
union Animal = Rabbit | Dog

My 2c

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant