[m-dev.] trivial diff: fix formatting error in WWW page

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Apr 21 20:02:33 AEST 1999


Estimated hours taken: 0.25

w3/news/newsdb.inc:
	Fix a formatting error in the news item for lazy evaluation:
	we don't need to put backslashes before the backquotes.

Index: w3/news/newsdb.inc
===================================================================
RCS file: /home/staff/zs/imp/w3/news/newsdb.inc,v
retrieving revision 1.25
diff -u -r1.25 newsdb.inc
--- newsdb.inc	1999/03/18 11:49:13	1.25
+++ newsdb.inc	1999/04/21 09:59:52
@@ -32,11 +32,11 @@
 
 "The latest development version of the Mercury extras distribution
 now includes support for optional lazy evaluation.
-There is a new module \`lazy', which provides
-a type \`lazy(T)' for lazily-evaluated data structures,
-with \`delay' and \`force' operations.
-There is also a module \`lazy_list', which defines a lazy list
-data type using the \`lazy' module.
+There is a new module `lazy', which provides
+a type `lazy(T)' for lazily-evaluated data structures,
+with `delay' and `force' operations.
+There is also a module `lazy_list', which defines a lazy list
+data type using the `lazy' module.
 See the files in extras/dynamic_linking for details.
 This will soon be available for
 <A HREF=\"download/rotd.html\">download</A>.

-- 
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