mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-09 20:55:31 -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
|
||||
(** [of_list l = add_list empty l] *)
|
||||
|
||||
val add_seq : t -> elt sequence -> t (** @since 0.16 *)
|
||||
(** Similar to {!add_list} *)
|
||||
val add_seq : t -> elt sequence -> t
|
||||
(** Similar to {!add_list}
|
||||
@since 0.16 *)
|
||||
|
||||
val of_seq : elt sequence -> t
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue