This commit is contained in:
Simon Cruanes 2024-01-05 22:38:05 -05:00
parent b9b6bf82b6
commit 6a3cafa763
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -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. *)