mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-20 20:03:44 +00:00
Estimated hours taken: 0.5 general/Mmakefile: general/merge_and_remove_dups.exp: general/merge_and_remove_dups.m: hard_coded/Mmakefile: hard_coded/merge_and_remove_dups.exp: hard_coded/merge_and_remove_dups.m: Move merge_and_remove_dups from general to hard_coded, because NU-Prolog thinks the list of ints is a list of ASCII characters, and so outputs a different result.
4 lines
57 B
Plaintext
4 lines
57 B
Plaintext
List1: [1, 2, 3]
|
|
List2: [3, 4, 5]
|
|
List3: [1, 2, 3, 4, 5]
|