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

2 lines
37 B
OCaml
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
List.sort_uniq compare [1;2;3;2;3;4]