Files
mercury/tests/invalid/missing_interface_import3.m
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

5 lines
81 B
Mathematica

:- module missing_interface_import3.
:- interface.
:- type partition_id == int.