mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
Mention Pervasives.(==) as an alternative to CCEqual.physical
This commit is contained in:
parent
aa0f34c5c9
commit
88e4df4b12
1 changed files with 1 additions and 1 deletions
|
|
@ -16,4 +16,4 @@ val min : int -> int -> int
|
||||||
val max : int -> int -> int
|
val max : int -> int -> int
|
||||||
|
|
||||||
val (==) : [`Consider_using_CCEqual_physical]
|
val (==) : [`Consider_using_CCEqual_physical]
|
||||||
[@@ocaml.deprecated "Please use CCEqual.physical instead."]
|
[@@ocaml.deprecated "Please use CCEqual.physical or Pervasives.(==) instead."]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue