The lack of Generic instances makes the lack of other instances like FromJSON and ToJSON a lot more painful, as you either need orphans or handwritten instances. Adding Generic instances doesn't require adding any new dependencies, so it seems like a worthwhile addition to me.
The lack of Generic instances makes the lack of other instances like FromJSON and ToJSON a lot more painful, as you either need orphans or handwritten instances. Adding Generic instances doesn't require adding any new dependencies, so it seems like a worthwhile addition to me.