trivial diff: update comment in test case

Simon Taylor stayl at cs.mu.OZ.AU
Thu Feb 12 14:45:00 AEDT 1998


Estimated hours taken: 0.1

tests/hard_coded/ho_order.m
	Document that lambda.m no longer reorders the arguments
	of lambda expressions.


Index: ho_order.m
===================================================================
RCS file: /home/staff/zs/imp/tests/hard_coded/ho_order.m,v
retrieving revision 1.1
diff -u -r1.1 ho_order.m
--- ho_order.m	1997/07/17 04:25:56	1.1
+++ ho_order.m	1998/02/12 03:42:54
@@ -1,8 +1,8 @@
 %-----------------------------------------------------------------------------%
 % Regression test for a bug in higher_order.m
 % Symptom: "Software Error: variable not found" during code generation.
-% Cause: lambda.m reorders the argument variables of lambda
-% 	expressions so that inputs come before outputs.
+% Cause: Prior to Feb 1998, lambda.m reordered the argument variables
+% 	of lambda expressions so that inputs came before outputs.
 %	higher_order.m was not doing the reordering before
 %	replacing a higher_order_call with a call to the lambda
 % 	expression.



More information about the developers mailing list