Files
mercury/tests/invalid/missing_interface_import2.err_exp
Julien Fischer 729ac8feb7 Delete some deprecated modules from the standard library.
Branches: main

Delete some deprecated modules from the standard library.

library/graph.m:
library/group.m:
	Delete the contents of these files.

library/library.m:
	Do not include the above modules in the library.

tests/invalid/missing_interface_import3.m:
tests/invalid/missing_interface_import2.{m,err_exp}:
	Replace a use of the group module in this test.

NEWS:
	Announce the above, plus the recent removal of the relation
	module.
2011-05-09 16:45:32 +00:00

12 lines
749 B
Plaintext

missing_interface_import2.m:009: In definition of predicate
missing_interface_import2.m:009: `missing_interface_import2.write_key'/3:
missing_interface_import2.m:009: error: undefined type `partition_id'/0.
missing_interface_import2.m:009: (The modules `eqvclass' and
missing_interface_import2.m:009: `missing_interface_import3' have not been
missing_interface_import2.m:009: imported in the interface.)
missing_interface_import2.m:009: In definition of predicate
missing_interface_import2.m:009: `missing_interface_import2.write_key'/3:
missing_interface_import2.m:009: error: undefined type `io.state'/0.
missing_interface_import2.m:009: (The module `io' has not been imported in
missing_interface_import2.m:009: the interface.)