aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/cList.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cList.mli')
-rw-r--r--lib/cList.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/cList.mli b/lib/cList.mli
index 15900260c..01ae83960 100644
--- a/lib/cList.mli
+++ b/lib/cList.mli
@@ -127,7 +127,8 @@ sig
there is none. *)
val uniquize : 'a list -> 'a list
- (** Return the list of elements without duplicates. *)
+ (** Return the list of elements without duplicates.
+ This is the list unchanged if there was none. *)
val sort_uniquize : 'a cmp -> 'a list -> 'a list
(** Return a sorted and de-duplicated version of a list,