--- a/src/Provers/classical.ML Sat Sep 02 21:51:14 2000 +0200
+++ b/src/Provers/classical.ML Sat Sep 02 21:51:32 2000 +0200
@@ -1176,6 +1176,7 @@
("elim", Method.thms_ctxt_args elim, "repeatedly apply elimination rules"),
("clarify", cla_method' clarify_tac, "repeatedly apply safe steps"),
("fast", cla_method' fast_tac, "classical prover (depth-first)"),
+ ("slow", cla_method' slow_tac, "classical prover (slow depth-first)"),
("best", cla_method' best_tac, "classical prover (best-first)"),
("safe", cla_method safe_tac, "classical prover (apply safe rules)")];