mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
compat
This commit is contained in:
parent
b9b6bf82b6
commit
6a3cafa763
1 changed files with 9 additions and 0 deletions
|
|
@ -9,8 +9,17 @@
|
||||||
*)
|
*)
|
||||||
|
|
||||||
type 'a iter = ('a -> unit) -> unit
|
type 'a iter = ('a -> unit) -> unit
|
||||||
|
|
||||||
|
[@@@ifge 5.0]
|
||||||
|
|
||||||
type !'a t
|
type !'a t
|
||||||
|
|
||||||
|
[@@@else_]
|
||||||
|
|
||||||
|
type 'a t
|
||||||
|
|
||||||
|
[@@@endif]
|
||||||
|
|
||||||
val empty : 'a t
|
val empty : 'a t
|
||||||
(** Empty vector. *)
|
(** Empty vector. *)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue