Read lines from the console and pass non-null ones to processline.
Read lines from the console and pass non-null ones to processline. Continue until processline returns false. The command-line arguments are passed to the setup function. Calls setup before entering the loop and prompt each time input is about to be read.
Process a generated value.
Process a generated value. Default: print it.
Generate a new instance and print it, ignoring the input line.
Generate a new instance and print it, ignoring the input line.
Display a prompt.
Display a prompt.
Carry out setup processing for the REPL.
Carry out setup processing for the REPL.
A REPL that uses ScalaCheck to generate random instances of abstract syntax trees of type T and prints them.