src/FOLP/ROOT.ML
changeset 98 329b5ac27f6e
parent 72 099d949fe467
child 176 5729f6757473
--- a/src/FOLP/ROOT.ML	Tue Nov 09 13:21:41 1993 +0100
+++ b/src/FOLP/ROOT.ML	Tue Nov 09 13:25:07 1993 +0100
@@ -16,8 +16,8 @@
 open Readthy;
 
 print_depth 1;  
-use_thy "ifolp";
-use_thy "folp";
+use_thy "IFOLP";
+use_thy "FOLP";
 
 use "../Provers/hypsubst.ML";
 use "classical.ML";      (* Patched 'cos matching won't instantiate proof *)
@@ -47,7 +47,7 @@
 structure Hypsubst = HypsubstFun(Hypsubst_Data);
 open Hypsubst;
 
-use "int-prover.ML";
+use "intprover.ML";
 
 (*** Applying ClassicalFun to create a classical prover ***)
 structure Classical_Data =