src/Sequents/ILL/ILL_predlog.ML
author oheimb
Fri, 02 Jun 2000 17:46:32 +0200
changeset 9020 1056cbbaeb29
parent 6252 935f183bf406
child 16415 d4e2f121e219
permissions -rw-r--r--
added split_eta_SetCompr2 (also to simpset), generalized SetCompr_Sigma_eq


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