nick8325 / quickcheck

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

Add Tree instances #308

Closed phadej closed 3 years ago

phadej commented 4 years ago

Code taken from https://github.com/phadej/qc-instances/pull/30 (sorry it took so long to come to it).

Small change is to use shuffle in arbPartition so they won't be "tail heavy".

Also add Function instance which was missing from quickcheck-instances

phadej commented 4 years ago

GHC-7.8.4 failure seems to be transient.

phadej commented 4 years ago

ping

nick8325 commented 3 years ago

Looks good. Thanks!