fix: compat with 4.07

This commit is contained in:
Simon Cruanes 2018-08-07 03:23:11 -05:00
parent d4a9b0a8d1
commit 9238daf7c3

View file

@ -13,7 +13,7 @@ type 'a printer = Format.formatter -> 'a -> unit
(** {2 Arrays} *) (** {2 Arrays} *)
include module type of struct include Array end include module type of Array
type 'a t = 'a array type 'a t = 'a array
(** The type for arrays *) (** The type for arrays *)