From ba87e105a0b3c09700f442278db6e64e512b2986 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 17 Apr 2018 11:21:39 -0500 Subject: [PATCH] fix(arrayLabels): compatibility with 4.07 --- src/core/CCArrayLabels.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/CCArrayLabels.mli b/src/core/CCArrayLabels.mli index d9356f00..074965ef 100644 --- a/src/core/CCArrayLabels.mli +++ b/src/core/CCArrayLabels.mli @@ -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 *)