theory Test imports Main begin declare [[simp_trace_new, ML_exception_debugger]] lemma "(\x. P x) \ Q \ \x. P x \ Q" quickcheck [tester = random] oops end