
Hi I have seen that SmallCheck's Serial class has Generic defaults, but it
isn't particularly good for my purpose (I'd like to use the generator to populate deeply nested data types, and SmallCheck's generator requires computing a few million values before I get any interesting ones) Something "random" would be more useful for my purpose.
Maybe you can make your data instances of Random http://hackage.haskell.org/package/random-1.0.0.2/docs/System-Random.html#t:... and https://www.fpcomplete.com/school/starting-with-haskell/libraries-and-framew... --Lucas
I know that the plan depends on my vaguely abusing the test-case generator, but I plan on doing some testing anyway, so I figured I should reuse the instance.
That said, I'd be willing to use any random value type class with Generic-default instances.
Does anybody have any suggestions?
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe