doc(CCInt): add doc for of_float

This commit is contained in:
Fardale 2020-03-05 15:42:24 +01:00
parent cd26e3d3a3
commit 2bde1e4dd3

View file

@ -59,7 +59,8 @@ val of_string_exn : string -> t
@since NEXT_RELEASE *) @since NEXT_RELEASE *)
val of_float : float -> t val of_float : float -> t
(** @since NEXT_RELEASE *) (** Alias to {!int_of_float}.
@since NEXT_RELEASE *)
val pp_binary : t printer val pp_binary : t printer
(** Print as "0b00101010". (** Print as "0b00101010".