chore(CCHeap): drop old comment

This commit is contained in:
Fardale 2020-07-23 00:02:48 +02:00 committed by Fardale
parent b6b2c68913
commit a8bcbb0e3d

View file

@ -149,11 +149,7 @@ module type S = sig
val size : t -> int val size : t -> int
(** Number of elements (linear complexity). *) (** Number of elements (linear complexity). *)
(** {2 Conversions} (** {2 Conversions} *)
The interface of [of_gen], [of_iter]
has changed since 0.16 (the old signatures
are now [add_seq], [add_gen]). *)
val to_list : t -> elt list val to_list : t -> elt list
(** Return the elements of the heap, in no particular order. *) (** Return the elements of the heap, in no particular order. *)