nick8325 / quickcheck

Automatic testing of Haskell programs.
Other
714 stars 119 forks source link

Function instances for Data.Monoid newtypes #208

Closed Lysxia closed 6 years ago

phadej commented 6 years ago

newtype Alt f a Since: 4.8.0.0

Lysxia commented 6 years ago

Okay it passes CI now. I hid the Alt instance for older base versions and also wrote explicit instances because older versions of base don't have Generics.

phadej commented 6 years ago

LGTM