diff: reorder items in the NEWS file
Fergus Henderson
fjh at cs.mu.OZ.AU
Tue Jul 14 10:44:22 AEST 1998
NEWS:
Undo Zoltan's (accidental?) changes to the ordering.
Changes to language features are now documented in the same
order as those features are documented in the
Mercury language reference manual.
Index: NEWS
===================================================================
RCS file: /home/mercury1/repository/mercury/NEWS,v
retrieving revision 1.108
diff -u -r1.108 NEWS
--- NEWS 1998/07/09 07:18:04 1.108
+++ NEWS 1998/07/14 00:40:15
@@ -243,6 +243,17 @@
but we do not (yet) support constructor classes, and nor do we
support default methods.
+* Mode inference can now infer "mostly-unique" modes as well as
+ "unique" modes.
+
+* You can now declare both committed-choice ("cc") and backtracking (non-cc)
+ modes for the same predicate.
+
+ Determinism analysis will pick the appropriate one to use for each
+ call based on the context.
+
+* The module system now includes support for sub-modules.
+
The aim of this extension is twofold. One aim is to provide more
fine-grained encapsulation control: nested sub-modules within a
single source file provide a convenient method for encapsulating
@@ -272,17 +283,6 @@
XXX (See tests/hard_coded/pragma_import.m for some examples.)
* We have added tabling. XXX
-
-* Mode inference can now infer "mostly-unique" modes as well as
- "unique" modes.
-
-* You can now declare both committed-choice ("cc") and backtracking (non-cc)
- modes for the same predicate.
-
- Determinism analysis will pick the appropriate one to use for each
- call based on the context.
-
-* The module system now includes support for sub-modules.
Changes to the Mercury standard library:
****************************************
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh> | of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3 | -- the last words of T. S. Garp.
More information about the developers
mailing list