Lysxia / generic-data

Generic data types in Haskell, utilities for GHC.Generics
https://hackage.haskell.org/package/generic-data
MIT License
44 stars 9 forks source link

Better type error for lack of generic Semigroup instances for sum types #22

Closed yairchu closed 5 years ago

yairchu commented 5 years ago

Functionality for #5 for Semigroup

Lysxia commented 5 years ago

We can tell cabal not to use the doctests for GHC < 8.6

yairchu commented 5 years ago

Applied your suggestions except one (explained above)

Lysxia commented 5 years ago

Thanks!