mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-26 23:04:15 +00:00
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.
12 lines
749 B
Plaintext
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.)
|