From 46205b1e26d764cce949c1151b8bd8652f9ab4a5 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 3 Sep 2014 01:07:11 +0200 Subject: [PATCH] forgot @since tag --- pervasives/CCPervasives.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/pervasives/CCPervasives.ml b/pervasives/CCPervasives.ml index acaaf6ef..0454038d 100644 --- a/pervasives/CCPervasives.ml +++ b/pervasives/CCPervasives.ml @@ -34,6 +34,7 @@ This module is meant to be opened if one doesn't want to use both, say, end ]} +@since NEXT_RELEASE *) module Array = struct include Array include CCArray end