From 3c4db7fa90e3331a8d1982feb9df13143c5d8468 Mon Sep 17 00:00:00 2001 From: Metin Akat Date: Sat, 1 Sep 2018 10:20:11 +0300 Subject: [PATCH] Version annotation of CCInt.( ** ) --- src/core/CCInt.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/CCInt.mli b/src/core/CCInt.mli index 3c71caaf..c57fc960 100644 --- a/src/core/CCInt.mli +++ b/src/core/CCInt.mli @@ -126,7 +126,7 @@ module Infix : sig val (/) : t -> t -> t (** @since 2.1 *) - val ( ** ) : t -> t -> t + val ( ** ) : t -> t -> t (** @since NEXT_RELEASE *) val (mod) : t -> t -> t (** @since 2.1 *)