nick8325 / quickcheck

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

Documentation warning about the instances for `Arbitrary (Set a)` and friends being over the abstract set #379

Closed MaximilianAlgehed closed 6 months ago

MaximilianAlgehed commented 6 months ago

Comments welcome

closes #354

MaximilianAlgehed commented 6 months ago

comments welcome from @treeowl and @phadej

treeowl commented 6 months ago

I would say more about the consequences (i.e., who should worry about this). Basically, only people digging into Data.Set.Internal need to care.

MaximilianAlgehed commented 6 months ago

I would say more about the consequences (i.e., who should worry about this). Basically, only people digging into Data.Set.Internal need to care.

Good idea, thank you!