mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-23 13:23:47 +00:00
Estimated hours taken: 0.2
hard_coded/existential_bound_tvar.m:
A test case for the exist_q_tvar bug
hard_coded/existential_bound_tvar.exp:
The expected output for the test case.
hard_coded/Mmakefile:
Add the new test case.
7 lines
100 B
Plaintext
7 lines
100 B
Plaintext
X: value = 101
|
|
X: type = int
|
|
Y: value = [101]
|
|
Y: type = list:list(int)
|
|
Z: value = 101
|
|
Z: type = int
|