[m-dev.] fix typo in ref manual
Fergus Henderson
fjh at cs.mu.OZ.AU
Thu Nov 25 19:20:52 AEDT 1999
Estimated hours taken: 0.1
doc/reference_manual.texi:
Fix a typo in one of the examples. Thanks to Nicholas
Nethercote <njn at cat.cs.mu.OZ.AU> for reporting this.
Workspace: /home/mercury0/fjh/mercury
Index: doc/reference_manual.texi
===================================================================
RCS file: /home/mercury1/repository/mercury/doc/reference_manual.texi,v
retrieving revision 1.158
diff -u -d -r1.158 reference_manual.texi
--- reference_manual.texi 1999/11/16 07:51:17 1.158
+++ reference_manual.texi 1999/11/25 08:19:01
@@ -2389,7 +2389,7 @@
X = (func(Num, List) = NewList :- NewList = scalar_product(Num, List))
Y = (func(Num::in, List::in) = (NewList::out) is det
:- NewList = scalar_product(Num, List))
-Z = sum_func
+Z = scalar_product
@end example
In the above example, the type of @samp{X}, @samp{Y}, and @samp{Z} is
--
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