mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-01-28 03:44:51 -05:00
Version annotation of CCInt.( ** )
This commit is contained in:
parent
7d25684941
commit
e447f5a1bc
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ module Infix : sig
|
||||||
|
|
||||||
val (/) : t -> t -> t (** @since 2.1 *)
|
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 *)
|
val (mod) : t -> t -> t (** @since 2.1 *)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue