src/Sequents/ILL/ILL_predlog.ML
author wenzelm
Tue, 13 Jun 2006 23:41:39 +0200
changeset 19876 11d447d5d68c
parent 17481 75166ebb619b
permissions -rw-r--r--
tuned;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6252
935f183bf406 examples made separate dirs;
wenzelm
parents:
diff changeset
     1
17481
75166ebb619b converted to Isar theory format;
wenzelm
parents: 16415
diff changeset
     2
fun auto1 x = prove_goal (the_context ()) x
6252
935f183bf406 examples made separate dirs;
wenzelm
parents:
diff changeset
     3
 (fn prems => [best_tac safe_cs 1]) ;
935f183bf406 examples made separate dirs;
wenzelm
parents:
diff changeset
     4
17481
75166ebb619b converted to Isar theory format;
wenzelm
parents: 16415
diff changeset
     5
fun auto2 x = prove_goal (the_context ()) x
6252
935f183bf406 examples made separate dirs;
wenzelm
parents:
diff changeset
     6
 (fn prems => [best_tac power_cs 1]) ;