un-specify order of elements in CCMap.to_list

This commit is contained in:
Simon Cruanes 2020-09-21 13:48:39 -04:00
parent 5ee25afad5
commit 264c9b608e

View file

@ -126,7 +126,8 @@ module type S = sig
@since 0.15 *)
val to_list : 'a t -> (key * 'a) list
(** [to_list m] builds a list of the bindings of the given map [m]. *)
(** [to_list m] builds a list of the bindings of the given map [m].
The order is unspecified. *)
val pp : ?pp_start:unit printer -> ?pp_stop:unit printer -> ?pp_arrow:unit printer ->
?pp_sep:unit printer -> key printer -> 'a printer -> 'a t printer