mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -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
|
||||
|
||||
[@@@ifge 5.0]
|
||||
|
||||
type !'a t
|
||||
|
||||
[@@@else_]
|
||||
|
||||
type 'a t
|
||||
|
||||
[@@@endif]
|
||||
|
||||
val empty : 'a t
|
||||
(** Empty vector. *)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue