Files
mercury/compiler
Fergus Henderson 0d3388dc3c Warn about obvious instances of infinite recursion:
Estimated hours taken: 2

Warn about obvious instances of infinite recursion:
directly recursive calls with the same (or equivalent) input arguments.

compiler/simplify.m:
	Check for new warning.

compiler/det_report.m:
	Add code to output the new warning.

compiler/common.m:
	Export common__vars_are_equivalent, for use by simplify.m.
	Also slightly tidy up the code for that predicate and its callers.
1997-02-08 16:16:05 +00:00
..
1997-02-02 13:09:36 +00:00
1997-01-29 00:42:11 +00:00