diff --git a/src/core/CCArray.mli b/src/core/CCArray.mli index 5c10ad66..e7d1260b 100644 --- a/src/core/CCArray.mli +++ b/src/core/CCArray.mli @@ -13,7 +13,7 @@ type 'a printer = Format.formatter -> 'a -> unit (** {2 Arrays} *) -include module type of struct include Array end +include module type of Array type 'a t = 'a array (** The type for arrays *)