src/Sequents/ILL/ILL_predlog.ML
author kleing
Sat, 30 Apr 2005 14:18:36 +0200
changeset 15900 d6156cb8dc2e
parent 6252 935f183bf406
child 16415 d4e2f121e219
permissions -rw-r--r--
fixed typo


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]) ;