mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 19:25:28 -05:00
update .mli only
This commit is contained in:
parent
40012fc84c
commit
1baf4c80ea
2 changed files with 17 additions and 14 deletions
|
|
@ -61,7 +61,9 @@ val iter : ('a -> unit) -> 'a t -> unit
|
|||
(** Iterate on elements *)
|
||||
|
||||
type 'a sequence = ('a -> unit) -> unit
|
||||
|
||||
val of_seq : ?deque:'a t -> 'a sequence -> 'a t
|
||||
|
||||
val to_seq : 'a t -> 'a sequence
|
||||
|
||||
val copy : 'a t -> 'a t
|
||||
|
|
@ -70,4 +72,5 @@ val copy : 'a t -> 'a t
|
|||
type 'a printer = Format.formatter -> 'a -> unit
|
||||
|
||||
val print : 'a printer -> 'a t printer
|
||||
(** @since NEXT_RELEASE *)
|
||||
(** Print the elements
|
||||
@since NEXT_RELEASE *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue