RosettaCodeData/Task/Remove-duplicate-elements/OCaml/remove-duplicate-elements-4.ocaml

2 lines
37 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
List.sort_uniq compare [1;2;3;2;3;4]