mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
chore: minor details in doc
This commit is contained in:
parent
6e50ff41c6
commit
78d79c1317
3 changed files with 8 additions and 7 deletions
|
|
@ -105,8 +105,8 @@ module Poly : sig
|
|||
|
||||
val pp : 'a printer -> 'b printer -> ('a, 'b) Hashtbl.t printer
|
||||
(** Printer for table.
|
||||
@since 0.13
|
||||
Renamed from [print] since 2.0. *)
|
||||
Renamed from [print] since 2.0.
|
||||
@since 0.13 *)
|
||||
end
|
||||
|
||||
include module type of Poly
|
||||
|
|
@ -206,8 +206,8 @@ module type S = sig
|
|||
|
||||
val pp : key printer -> 'a printer -> 'a t printer
|
||||
(** Printer for tables.
|
||||
@since 0.13
|
||||
Renamed from [print] since 2.0. *)
|
||||
Renamed from [print] since 2.0.
|
||||
@since 0.13 *)
|
||||
end
|
||||
|
||||
module Make(X : Hashtbl.HashedType) :
|
||||
|
|
|
|||
|
|
@ -132,8 +132,9 @@ module type S = sig
|
|||
(** Return a [ktree] of the elements of the heap. *)
|
||||
|
||||
val pp : ?sep:string -> elt printer -> t printer
|
||||
(** @since 0.16
|
||||
Renamed from {!print} since 2.0 *)
|
||||
(** printer
|
||||
Renamed from {!print} since 2.0
|
||||
@since 0.16 *)
|
||||
end
|
||||
|
||||
module Make(E : PARTIAL_ORD) : S with type elt = E.t
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ module type S = sig
|
|||
(** returns the bindings as a list of ([left], [right]) values *)
|
||||
|
||||
val list_right : t -> (right * left) list
|
||||
(** returns the bindings as a list of ([right, [left]) values *)
|
||||
(** returns the bindings as a list of [(right, left)] values *)
|
||||
|
||||
val add_seq : (left * right) sequence -> t -> t
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue