Commit Graph

1 Commits

Author SHA1 Message Date
Simon Taylor
91e5e993a3 Fix a bug in simplify.m where deconstructions were being
Estimated hours taken: 0.5

compiler/simplify.m
	Fix a bug in simplify.m where deconstructions were being
	propagated into lambda expressions, changing the non-locals of
	the lambda expression, but the uni-modes field of the lambda
	expression construction was not being updated.

tests/valid/lambda_struct_bug.m
	Regression test.
1997-06-25 08:45:56 +00:00