Lard Version 8.1 Release Notes

10th June 1997

This patch to LARD version 8 fixes a bug related to parameterised record declarations. In the case of the following declarations:

	rectype(n:val(int)) : type = record ( foo :: (int^n) ).
	recvar : var(rectype(2)).
Previously, references to recvar->foo would generate bad code. This is now fixed.