Skip to content

Commit

Permalink
fix: compat with 4.07
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Aug 7, 2018
1 parent d4a9b0a commit 9238daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/CCArray.mli
Original file line number Diff line number Diff line change
Expand Up @@ -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 *)
Expand Down

0 comments on commit 9238daf

Please sign in to comment.