Is it possible to control the number of cases generated by QuickCheck when running doctest?
For example you can do this when running QuickCheck from your haskell code (see here for details) using the maxSuccess parameter.
However how do you do this when running doctest from the command line?