[m-dev.] diff: fix HTML formatting problem in web page

Fergus Henderson fjh at cs.mu.OZ.AU
Tue Dec 21 00:20:34 AEDT 1999


Reply-To: 
Estimated hours taken: 0.25

w3/download/include/release-0.9.inc:
	Fix an HTML formatting problem reported by Ralph Becket:
	there were unescaped occurrences of `<' and `>' in
	a couple of places.  I changed some of them, which were
	indicating syntactic meta-variables, to `<var>...</var>',
	and some of them, which were literal symbols, to `>'
	or `<'.

Workspace: /mnt/murlibobo/home/mercury0/fjh/mercury
Index: w3/download/include/release-0.9.inc
===================================================================
RCS file: /home/mercury1/repository/w3/download/include/release-0.9.inc,v
retrieving revision 1.1
diff -u -d -r1.1 release-0.9.inc
--- w3/download/include/release-0.9.inc	1999/12/18 08:00:37	1.1
+++ w3/download/include/release-0.9.inc	1999/12/20 13:13:20
@@ -93,9 +93,11 @@
   the lambda expression. <p>
 
 <li> The old-style syntax for predicate lambda expressions,
-  `lambda([<Args>] is <Det>, <Goal>)', is now officially deprecated. <p>
+  `lambda([<var>Args</var>] is <var>Det</var>, <var>Goal</var>)',
+  is now officially deprecated. <p>
 
-  Please use the new syntax-style `(pred([<Args>]) is <Det> :- <Goal>)'
+  Please use the new syntax-style
+  `(pred(<var>Args</var>) is <var>Det</var> :- <var>Goal</var>)'
   instead.  The compiler still supports the old-style syntax, but
   we plan to eventually drop this support in some future release. <p>
 
@@ -168,13 +170,13 @@
 	float__min_exponent/1,
 	float__max_exponent/1.
  <p>
-<li> The implementations of `int:>>/2' and `int:<</2' have been changed to
+<li> The implementations of `int:>>/2' and `int:<</2' have been changed to
   define the results for negative shift counts and shift counts greater than
   the word size. <p>
 
   For efficiency, we also provide the functions `int:unchecked_left_shift/2'
   and `int:unchecked_right_shift/2' that, like the previous implementations
-  of `int:>>/2' and `int:<</2', do not check for these cases. <p>
+  of `int:>>/2' and `int:<</2', do not check for these cases. <p>
 
 <li> `int:^/2' and `integer:^/2' have been replaced by `int__xor/2' and
   `integer__xor/2', and will be removed in a future release.

-- 
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.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list