* Pure: predefined locales "var" and "struct" are useful for sharing
authorwenzelm
Tue, 06 Aug 2002 11:19:00 +0200
changeset 13459 83f41b047a39
parent 13458 a73823f70159
child 13460 ced7a699282b
* Pure: predefined locales "var" and "struct" are useful for sharing parameters (as in CASL, for example); just specify something like ``var x + var y + struct M'' as import;
NEWS
--- a/NEWS	Mon Aug 05 21:17:45 2002 +0200
+++ b/NEWS	Tue Aug 06 11:19:00 2002 +0200
@@ -15,6 +15,10 @@
 context; potential INCOMPATIBILITY, use "(open)" option to fall back
 on the old view without predicates;
 
+* Pure: predefined locales "var" and "struct" are useful for sharing
+parameters (as in CASL, for example); just specify something like
+``var x + var y + struct M'' as import;
+
 * improved induct method: assumptions introduced by case "foo" are
 split into "foo.hyps" (from the rule) and "foo.prems" (from the goal
 statement); "foo" still refers to all facts collectively;