Files
mercury/tests/hard_coded/myset_test.exp
Fergus Henderson af97be984f Add some more tests of user-defined equality types.
Estimated hours taken: 0.5

tests/hard_coded/Mmakefile:
tests/hard_coded/myset.m:
tests/hard_coded/myset_test.m:
tests/hard_coded/myset_test.exp:
	Add some more tests of user-defined equality types.
1999-10-26 15:11:21 +00:00

7 lines
79 B
Plaintext

set_rep([1])
set_rep([1, 2])
set_rep([2, 1])
1+set_rep([2])
2+set_rep([1])
yes