From 2bde1e4dd3ab2546ce62249df1edb4290539d399 Mon Sep 17 00:00:00 2001 From: Fardale Date: Thu, 5 Mar 2020 15:42:24 +0100 Subject: [PATCH] doc(CCInt): add doc for of_float --- src/core/CCInt.mli | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/CCInt.mli b/src/core/CCInt.mli index 6156aab0..2f73d7e3 100644 --- a/src/core/CCInt.mli +++ b/src/core/CCInt.mli @@ -59,7 +59,8 @@ val of_string_exn : string -> t @since NEXT_RELEASE *) val of_float : float -> t -(** @since NEXT_RELEASE *) +(** Alias to {!int_of_float}. + @since NEXT_RELEASE *) val pp_binary : t printer (** Print as "0b00101010".