src/Sequents/ILL/ILL_predlog.ML
author wenzelm
Fri, 25 Nov 2005 21:14:34 +0100
changeset 18260 5597cfcecd49
parent 17481 75166ebb619b
permissions -rw-r--r--
tuned induct proofs;


fun auto1 x = prove_goal (the_context ()) x
 (fn prems => [best_tac safe_cs 1]) ;

fun auto2 x = prove_goal (the_context ()) x
 (fn prems => [best_tac power_cs 1]) ;