Commit Graph

2 Commits

Author SHA1 Message Date
Fergus Henderson
89e72b60ab Fix some bugs in my previous change to handle boxing of existentally
Estimated hours taken: 3

compiler/ml_code_gen.m:
	Fix some bugs in my previous change to handle boxing of existentally
	typed output arguments.

tests/hard_coded/Mmakefile:
tests/hard_coded/existential_float.m:
tests/hard_coded/existential_float.exp:
	Add some additional test cases testing model_non and model_semi
	procedures.
2000-05-17 22:05:01 +00:00
Fergus Henderson
56cd134c2a Fix a bug in the MLDS back-end that broke
Estimated hours taken: 4

Fix a bug in the MLDS back-end that broke
tests/typeclasses/typeclass_exist_method.m.

compiler/ml_code_gen.m:
compiler/ml_code_util.m:
	Add code to handle boxing of existentially typed output arguments.

tests/hard_coded/Mmakefile:
tests/hard_coded/existential_float.m:
tests/hard_coded/existential_float.exp:
	Add another test case which tests more specifically
	for this bug.
2000-05-17 18:02:24 +00:00