mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-24 05:43:53 +00:00
9 lines
666 B
Plaintext
9 lines
666 B
Plaintext
bad_instance.m:012: In instance declaration for `foo(bar(T), U)':
|
||
bad_instance.m:012: error: the second instance type [38;5;87m`U'[39;49m is a [38;5;203mtype variable;[39;49m
|
||
bad_instance.m:012: it should be a [38;5;40mtype constructor applied to zero or more[39;49m
|
||
bad_instance.m:012: [38;5;40mtype variables.[39;49m
|
||
bad_instance.m:016: In instance declaration for `foo(bar(T), T)':
|
||
bad_instance.m:016: error: the second instance type [38;5;87m`T'[39;49m is a [38;5;203mtype variable;[39;49m
|
||
bad_instance.m:016: it should be a [38;5;40mtype constructor applied to zero or more[39;49m
|
||
bad_instance.m:016: [38;5;40mtype variables.[39;49m
|