Advantages of Using `Data.TaggedEnum` and `Data.TaggedEnum.WithGenerics` for Defining Sum Types
Could someone enlighten me as to why I would/should use
Data.TaggedEnum and Data.TaggedEnum.WithGenerics to define my sum types over just defining them the old fashioned way?