thy reader now initialised by init_thy_reader();
authorwenzelm
Thu, 19 May 1994 17:07:19 +0200
changeset 74 97d49eef9f4b
parent 73 8129641e90ab
child 75 74bc51d20112
thy reader now initialised by init_thy_reader();
ROOT.ML
--- a/ROOT.ML	Fri May 13 11:14:20 1994 +0200
+++ b/ROOT.ML	Thu May 19 17:07:19 1994 +0200
@@ -10,8 +10,7 @@
 val banner = "Higher-Order Logic";
 writeln banner;
 
-structure Readthy = ReadthyFUN (structure ThySyn = ThySyn);
-open Readthy;
+init_thy_reader();
 
 print_depth 1;  
 eta_contract := true;