src/Sequents/ILL/ILL_predlog.ML
author aspinall
Fri, 30 Sep 2005 18:18:34 +0200
changeset 17740 fc385ce6187d
parent 17481 75166ebb619b
permissions -rw-r--r--
Add icon for interface.
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]) ;