Hi,
Is it possible to get the counterexamples scalacheck reports as references in the REPL? Specifically what I want to do is:
* Run a test, see that it finds a counterexample for a given property
* Get the values that that falsify that property as variables so that I can experiment with them in the repl for debugging
Thanks!