nick8325 / quickcheck

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

Add link to generic-random in the docs #179

Closed tom-bop closed 6 years ago

tom-bop commented 7 years ago

generic-random is a nice library for automatic creation of arbitrary instances using Generics. The library is described in more depth on Brent Yorgey's blog: https://byorgey.wordpress.com/2016/09/20/the-generic-random-library-part-1-simple-generic-arbitrary-instances/