Files
mercury/tests/hard_coded/nullary_ho_func.exp
Fergus Henderson fd5820c133 Fix a small bug (wrong variable name) in the expected output
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.
1997-08-17 21:44:42 +00:00

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)