[m-rev.] trivial diff: fix typo in map.m comment
Fergus Henderson
fjh at cs.mu.OZ.AU
Wed Nov 5 19:53:22 AEDT 2003
Estimated hours taken: 0.1
Branches: main
library/map.m:
Fix a cut-and-paste error in a comment:
in the documentation for map__det_elem, s/elem/det_elem/
Workspace: /home/ceres/fjh/mercury
Index: library/map.m
===================================================================
RCS file: /home/mercury1/repository/mercury/library/map.m,v
retrieving revision 1.84
diff -u -d -r1.84 map.m
--- library/map.m 31 Oct 2003 03:27:39 -0000 1.84
+++ library/map.m 3 Nov 2003 10:59:41 -0000
@@ -401,7 +401,7 @@
% (Map ^ elem(Key) := Value) = map__set(Map, Key, Value).
:- func 'map__elem :='(K, map(K, V), V) = map(K, V).
- % (Map ^ elem(Key) := Value) = map__det_update(Map, Key, Value).
+ % (Map ^ det_elem(Key) := Value) = map__det_update(Map, Key, Value).
:- func 'map__det_elem :='(K, map(K, V), V) = map(K, V).
%-----------------------------------------------------------------------------%
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | 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