fix(arrayLabels): compatibility with 4.07

This commit is contained in:
Simon Cruanes 2018-04-17 11:21:39 -05:00
parent 822b9177e1
commit ba87e105a0

View file

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