mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-18 16:46:40 -05:00
Version annotation of CCInt.( ** )
This commit is contained in:
parent
138fcb201a
commit
3c4db7fa90
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