JamesIry/jADT

Creating sealed hierarchy and visitor for single constructor ADT is silly

Closed this issue · 1 comments

Should just generate a final class and be done with it. No need for visitors, sealed hierarchy, etc.

Fixed with f114a09