mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
fix(arrayLabels): compatibility with 4.07
This commit is contained in:
parent
822b9177e1
commit
ba87e105a0
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ type 'a printer = Format.formatter -> 'a -> unit
|
|||
external make_float : int -> float array = "caml_make_float_vect" (* compat *)
|
||||
(**/**)
|
||||
|
||||
include module type of struct include ArrayLabels end
|
||||
include module type of ArrayLabels
|
||||
|
||||
type 'a t = 'a array
|
||||
(** The type for arrays *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue