-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
In a discussion about the broken derived Ord instances in GHC 8.6.1:
It's possible that that could have helped prevent it. Although someone would have needed to make sure they have created an eight-constructor data type with a derived Ord instance. But there's no real reason this would need to be inside of GHC. This could even just live in quickcheck-classes's test suite. Currently, I just test numeric types, but we could test a whole host of derived instances and run it against the release candidates and betas.
I'm going to do this.
Metadata
Metadata
Assignees
Labels
No labels