thy reader now initialised by init_thy_reader();
authorwenzelm
Thu, 19 May 1994 17:06:24 +0200
changeset 393 02b27671b899
parent 392 674d878719bd
child 394 432bb9995893
thy reader now initialised by init_thy_reader();
src/CTT/ROOT.ML
src/Cube/ROOT.ML
src/FOL/ROOT.ML
src/FOLP/ROOT.ML
src/HOLCF/ROOT.ML
src/LK/ROOT.ML
--- a/src/CTT/ROOT.ML	Thu May 19 16:42:04 1994 +0200
+++ b/src/CTT/ROOT.ML	Thu May 19 17:06:24 1994 +0200
@@ -12,8 +12,7 @@
 
 print_depth 1;  
 
-structure Readthy = ReadthyFUN (structure ThySyn = ThySyn);
-open Readthy;
+init_thy_reader();
 
 use_thy "CTT";
 use "../Provers/typedsimp.ML";
--- a/src/Cube/ROOT.ML	Thu May 19 16:42:04 1994 +0200
+++ b/src/Cube/ROOT.ML	Thu May 19 17:06:24 1994 +0200
@@ -9,8 +9,7 @@
 val banner = "Barendregt's Lambda-Cube";
 writeln banner;
 
-structure Readthy = ReadthyFUN (structure ThySyn = ThySyn);
-open Readthy;
+init_thy_reader();
 
 print_depth 1;  
 use_thy "Cube";
--- a/src/FOL/ROOT.ML	Thu May 19 16:42:04 1994 +0200
+++ b/src/FOL/ROOT.ML	Thu May 19 17:06:24 1994 +0200
@@ -11,8 +11,7 @@
 
 writeln banner;
 
-structure Readthy = ReadthyFUN (structure ThySyn = ThySyn);
-open Readthy;
+init_thy_reader();
 
 print_depth 1;  
 use_thy "FOL";
--- a/src/FOLP/ROOT.ML	Thu May 19 16:42:04 1994 +0200
+++ b/src/FOLP/ROOT.ML	Thu May 19 17:06:24 1994 +0200
@@ -12,8 +12,7 @@
 
 writeln banner;
 
-structure Readthy = ReadthyFUN (structure ThySyn = ThySyn);
-open Readthy;
+init_thy_reader();
 
 print_depth 1;  
 use_thy "IFOLP";
--- a/src/HOLCF/ROOT.ML	Thu May 19 16:42:04 1994 +0200
+++ b/src/HOLCF/ROOT.ML	Thu May 19 17:06:24 1994 +0200
@@ -11,9 +11,7 @@
 writeln banner;
 print_depth 1;
 
-structure Readthy = ReadthyFUN (structure ThySyn = ThySyn);
-Readthy.loaded_thys := !loaded_thys;
-open Readthy;
+init_thy_reader();
 
 use_thy "Holcfb";
 use_thy "Void";
--- a/src/LK/ROOT.ML	Thu May 19 16:42:04 1994 +0200
+++ b/src/LK/ROOT.ML	Thu May 19 17:06:24 1994 +0200
@@ -10,8 +10,7 @@
 val banner = "Classical First-Order Sequent Calculus";
 writeln banner;
 
-structure Readthy = ReadthyFUN (structure ThySyn = ThySyn);
-open Readthy;
+init_thy_reader();
 
 print_depth 1;