src/Sequents/ex/ILL/ILL_predlog.ML
author wenzelm
Thu, 16 Oct 1997 15:33:06 +0200
changeset 3906 5ae0e1324c56
parent 2073 fb0655539d05
permissions -rw-r--r--
global;


open ILL_predlog;


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

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