Files
mercury/tests/invalid/instance_var_bug.err_exp
Zoltan Somogyi 5a57f28d03 Don't repeat an error explanation.
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.
2023-10-19 16:09:36 +11:00

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.