* HOL/ML: even fewer consts are declared as global (see theories Ord,
authorwenzelm
Thu, 18 May 2000 19:10:08 +0200
changeset 8887 c0c583ce0b0b
parent 8886 111476895bf2
child 8888 343c304e714a
* HOL/ML: even fewer consts are declared as global (see theories Ord, Lfp, Gfp, WF); this only affects ML packages that refer to const names internally; * 'pr' command: no longer prints theory contexts, but only proof states;
NEWS
--- a/NEWS	Thu May 18 19:04:04 2000 +0200
+++ b/NEWS	Thu May 18 19:10:08 2000 +0200
@@ -31,6 +31,10 @@
 
 * HOL/Real: "rabs" replaced by overloaded "abs" function;
 
+* HOL/ML: even fewer consts are declared as global (see theories Ord,
+Lfp, Gfp, WF); this only affects ML packages that refer to const names
+internally;
+
 * ML: PureThy.add_thms/add_axioms/add_defs return theorems as well;
 
 * LaTeX: several improvements of isabelle.sty;
@@ -87,7 +91,8 @@
 
 * Provers: intro/elim/dest attributes: changed ! / !! flags to ? / ??;
 
-* 'pr' command: optional goals_limit argument;
+* 'pr' command: optional goals_limit argument; no longer prints theory
+contexts, but only proof states;
 
 * diagnostic commands 'pr', 'thm', 'prop', 'term', 'typ' admit
 additional print modes to be specified; e.g. "pr(latex)" will print
@@ -154,6 +159,9 @@
 * theory Sexp now in HOL/Induct examples (used to be part of main HOL,
 but was unused);
 
+* fewer consts declared as global (e.g. have to refer to "Lfp.lfp"
+instead of "lfp" internally; affects ML packages only);
+
 
 *** General ***