mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 18:03:36 +00:00
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.
7 lines
79 B
Plaintext
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
|