[m-rev.] trivial diff: update comment in prolog.m

Fergus Henderson fjh at cs.mu.OZ.AU
Fri Jul 25 16:09:32 AEST 2003


Estimated hours taken: 0.1
Branches: main

library/prolog.m:
	Update an obsolete comment: refer to deconstruct.deconstruct
	rather than std_util__expand.

Workspace: /home/ceres/fjh/mercury
Index: library/prolog.m
===================================================================
RCS file: /home/mercury1/repository/mercury/library/prolog.m,v
retrieving revision 1.12
diff -u -d -r1.12 prolog.m
--- library/prolog.m	1 Nov 2002 07:07:01 -0000	1.12
+++ library/prolog.m	23 Jul 2003 07:56:05 -0000
@@ -42,7 +42,7 @@
 
 % Prolog's so-called "univ" operator, `=..'.
 % Note: this is not related to Mercury's "univ" type!
-% In Mercury, use `expand' (defined in module `std_util') instead.
+% In Mercury, use `deconstruct.deconstruct' instead.
 
 :- pred T =.. univ_result.
 :- mode in =.. out is det.

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