Commit Graph

2 Commits

Author SHA1 Message Date
Fergus Henderson
4413ebe829 Add import_module char', needed for type char'.
Estimated hours taken: 0.25

tests/hard_coded/bidirectional.m:
tests/hard_coded/cycles.m:
	Add `import_module char', needed for type `char'.
	(Previously, before Simon's changes to implement `:- use_module',
	the compiler incorrectly allowed these illegal programs, because
	types were imported transitively.  That bug is not completely fixed,
	but now such types are only imported as if by `:- use_module' rather
	than `:- import_module', so the compiler now catches such errors
	if the type name is not explicitly module-qualified.)
1997-07-03 08:47:12 +00:00
Fergus Henderson
896f5cc316 Add a new regression test bidirectional.m.
Estimated hours taken: 0.5

tests/hard_coded:
	Add a new regression test bidirectional.m.
1996-11-07 14:18:22 +00:00