use "~~/src/Provers/induct_method.ML";
authorwenzelm
Thu, 04 Oct 2001 15:25:51 +0200
changeset 11674 c67d5ed31417
parent 11673 79e5536af6c4
child 11675 c87d695f4adb
use "~~/src/Provers/induct_method.ML";
src/FOL/ROOT.ML
--- a/src/FOL/ROOT.ML	Thu Oct 04 15:25:31 2001 +0200
+++ b/src/FOL/ROOT.ML	Thu Oct 04 15:25:51 2001 +0200
@@ -2,8 +2,6 @@
     ID:         $Id$
     Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
     Copyright   1993  University of Cambridge
-
-First-Order Logic.
 *)
 
 val banner = "First-Order Logic with Natural Deduction";
@@ -17,6 +15,7 @@
 use "~~/src/Provers/ind.ML";
 use "~~/src/Provers/hypsubst.ML";
 use "~~/src/Provers/rulify.ML";
+use "~~/src/Provers/induct_method.ML";
 use "~~/src/Provers/make_elim.ML";
 use "~~/src/Provers/classical.ML";
 use "~~/src/Provers/blast.ML";