* Isar/Pure: proper integration with ``locales''; unlike the original
authorwenzelm
Tue, 06 Nov 2001 23:50:24 +0100
changeset 12078 4eb8061286e5
parent 12077 d46a32262bac
child 12079 054153c48bde
* Isar/Pure: proper integration with ``locales''; unlike the original version by Florian Kammueller, Isar locales package high-level proof contexts rather than raw logical ones (e.g. we admit to include attributes everywhere); * Isar/Pure: theory goals now support ad-hoc contexts, which are discharged in the result, as in ``lemma (assumes A and B) K: A .''; syntax coincides with that of a locale body;
NEWS
--- a/NEWS	Tue Nov 06 23:47:35 2001 +0100
+++ b/NEWS	Tue Nov 06 23:50:24 2001 +0100
@@ -62,6 +62,15 @@
 statements; NB: major inductive premises need to be put first, all the
 rest of the goal is passed through the induction;
 
+* Pure: proper integration with ``locales''; unlike the original
+version by Florian Kammueller, Isar locales package high-level proof
+contexts rather than raw logical ones (e.g. we admit to include
+attributes everywhere);
+
+* Pure: theory goals now support ad-hoc contexts, which are discharged
+in the result, as in ``lemma (assumes A and B) K: A .''; syntax
+coincides with that of a locale body;
+
 * Pure: renamed "antecedent" case to "rule_context";
 
 * Pure: added 'corollary' command;