mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-23 05:13:48 +00:00
compiler/check_typeclass.m:
Delete the verbose_only part of an error message, because it duplicated
almost exactly the always-printed part of the same error message.
tests/invalid/instance_var_bug.err_exp:
Don't expect the verbose part.
tests/invalid/bad_instance2.err_exp:
tests/invalid/invalid_instance_declarations.err_exp:
Don't expect a reminder about the existence of the verbose part.
5 lines
259 B
Plaintext
5 lines
259 B
Plaintext
instance_var_bug.m:018: In instance declaration for `tc(V)':
|
|
instance_var_bug.m:018: the first instance type `V' is a type variable; it
|
|
instance_var_bug.m:018: should be a type constructor applied to zero or more
|
|
instance_var_bug.m:018: type variables.
|