test.check has generators for first-order types, but not for functions.
In the original QuickCheck, an additional type class ("Arbitrary") handles
functions.
If I implemented this and submitted a patch, would it be likely to be included?
Background: I wrote my own Clojure QuickCheck clone here:
https://bitbucket.org/sperber/deinprogramm.quickcheck
This has arbitraries and function generators, but not all of test.check's goodies.
I'm trying to decide whether to continue maintaining my QuickCheck clone or
instead to contribute ot test.check, so feedback would be much appreciated.