changed call of store_thm_db so that it's result is not displayed
by PolyML or SML
--- a/src/Pure/Thy/thy_read.ML Thu Jun 22 12:45:08 1995 +0200
+++ b/src/Pure/Thy/thy_read.ML Thu Jun 22 12:58:39 1995 +0200
@@ -285,8 +285,9 @@
else (writeln ("Reading \"" ^ name ^ ".ML\"");
use ml_file);
- use_string ["store_theory (" ^ tname ^ ".thy, " ^ quote tname ^ ");",
- "map store_thm_db (axioms_of " ^ tname ^ ".thy);"];
+ use_string
+ ["val _ = (store_theory (" ^ tname ^ ".thy, " ^ quote tname ^ ");\
+ \map store_thm_db (axioms_of " ^ tname ^ ".thy));"];
(*Store theory again because it could have been redefined*)
(*Now set the correct info*)