mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-01-28 11:54:51 -05:00
fix small warning
This commit is contained in:
parent
b1cc57b2fe
commit
2fbf765466
1 changed files with 3 additions and 2 deletions
|
|
@ -148,8 +148,9 @@ module type S = sig
|
||||||
val of_list : elt list -> t
|
val of_list : elt list -> t
|
||||||
(** [of_list l = add_list empty l] *)
|
(** [of_list l = add_list empty l] *)
|
||||||
|
|
||||||
val add_seq : t -> elt sequence -> t (** @since 0.16 *)
|
val add_seq : t -> elt sequence -> t
|
||||||
(** Similar to {!add_list} *)
|
(** Similar to {!add_list}
|
||||||
|
@since 0.16 *)
|
||||||
|
|
||||||
val of_seq : elt sequence -> t
|
val of_seq : elt sequence -> t
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue