[m-rev.] trivial diff: fix cut-and-paste error in ref man
Fergus Henderson
fjh at cs.mu.OZ.AU
Thu Mar 15 17:31:51 AEDT 2001
Estimated hours taken: 0.1
Branches: main, release
doc/reference_manual.texi:
Fix a cut-and-paste error pointed out by Nick Nethercote.
Workspace: /home/hg/fjh/mercury
Index: doc/reference_manual.texi
===================================================================
RCS file: /home/mercury1/repository/mercury/doc/reference_manual.texi,v
retrieving revision 1.202
diff -u -d -r1.202 reference_manual.texi
--- doc/reference_manual.texi 2001/02/12 05:14:53 1.202
+++ doc/reference_manual.texi 2001/03/15 06:30:13
@@ -4251,7 +4251,7 @@
:- typeclass showable(T) where [ func show(T) = string ].
:- type showable_list
---> nil
- ; some [T] (cons(T, list_of_any) => showable(T)).
+ ; some [T] (cons(T, showable_list) => showable(T)).
% A different way of doing the same kind of thing, this
% time using the standard type list(T).
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
| of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list