mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +00:00
Estimated hours taken: 0.25 tests/hard_coded/nullary_ho_func.exp: Fix a small bug (wrong variable name) in the expected output for this test case.
9 lines
161 B
Plaintext
9 lines
161 B
Plaintext
X = 42
|
|
apply(F) = 42
|
|
apply_func(F) = 42
|
|
apply_nullary_func(F) = 42
|
|
Y = apply(G) failed
|
|
Z = 42
|
|
type_of(F) = ((func) = int)
|
|
type_name(type_of(F)) = ((func) = int)
|