haskell - Control number of QuickCheck test cases from DocTest -


is possible control number of cases generated quickcheck when running doctest?

for example can when running quickcheck haskell code (see here details) using maxsuccess parameter.

however how do when running doctest command line?


Comments

Popular posts from this blog

java - Null response to php query in android, even though php works properly -

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -