mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 17:33:38 +00:00
666 B
666 B
bad_instance.m:012: In instance declaration for `foo(bar(T), U)':
bad_instance.m:012: error: the second instance type `U' is a type variable;
bad_instance.m:012: it should be a type constructor applied to zero or more
bad_instance.m:012: type variables.
bad_instance.m:016: In instance declaration for `foo(bar(T), T)':
bad_instance.m:016: error: the second instance type `T' is a type variable;
bad_instance.m:016: it should be a type constructor applied to zero or more
bad_instance.m:016: type variables.
bad_instance.m:012: error: the second instance type `U' is a type variable;
bad_instance.m:012: it should be a type constructor applied to zero or more
bad_instance.m:012: type variables.
bad_instance.m:016: In instance declaration for `foo(bar(T), T)':
bad_instance.m:016: error: the second instance type `T' is a type variable;
bad_instance.m:016: it should be a type constructor applied to zero or more
bad_instance.m:016: type variables.