Files
mercury/tests/invalid/missing_interface_import.err_exp2
Fergus Henderson b604d5d933 Add a period at the end of some error messages,
Estimated hours taken: 0.5

tests/invalid/*.err_exp:
tests/invalid/*.err_exp2:
	Add a period at the end of some error messages,
	to reflect my recent change to compiler/typecheck.m.

tests/invalid/missing_interface_import.err_exp2:
	Add `(the module std_util has not been imported)',
	to refect a recent improvement to the error messages
	for undefined types.
1999-11-09 22:40:15 +00:00

10 lines
662 B
Plaintext

missing_interface_import.m:007: In definition of type `missing_interface_import:bar'/0:
missing_interface_import.m:007: error: undefined type `map'/2.
missing_interface_import.m:009: In definition of predicate `missing_interface_import:p'/1:
missing_interface_import.m:009: error: undefined type `std_util:univ'/0
missing_interface_import.m:009: (the module `std_util' has not been imported).
missing_interface_import.m:010: In definition of predicate `missing_interface_import:q'/1:
missing_interface_import.m:010: error: undefined type `list'/1.
`Mercury/ints/missing_interface_import.int' not written.
For more information, try recompiling with `-E'.