[m-dev.] trivial diff: improve a comment in prog_data.m

Robert Ernst Johann JESCHOFNIK rejj at cat.cs.mu.OZ.AU
Tue Jan 25 04:45:34 AEDT 2000


Estimated hours taken: 0.01

prog_data.m:
	improve a comment

Index: prog_data.m
===================================================================
RCS file: /home/mercury1/repository//mercury/compiler/prog_data.m,v
retrieving revision 1.51
diff -u -r1.51 prog_data.m
--- prog_data.m	2000/01/13 06:16:47	1.51
+++ prog_data.m	2000/01/24 17:42:26
@@ -611,7 +611,7 @@
 			% one day we might allow types to take
 			% value parameters as well as type parameters.
 
-% type_defn/3 define above
+% type_defn/3 is defined above as a constructor for item/0
 
 :- type type_defn	
 	--->	du_type(sym_name, list(type_param), list(constructor),


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