vcaml.msgpack
Msgpack.Replace_polymorphic_compare
vcaml
vcaml.bindings_test
vcaml.debug
vcaml.msgpack_debug
vcaml.msgpack_rpc
vcaml.nvim_internal
vcaml.plugin
vcaml.semantics_test
vcaml.test_helpers
val (>=) : t -> t -> bool
val (<=) : t -> t -> bool
val (=) : t -> t -> bool
val (>) : t -> t -> bool
val (<) : t -> t -> bool
val (<>) : t -> t -> bool
val equal : t -> t -> bool
val compare : t -> t -> int
compare t1 t2 returns 0 if t1 is equal to t2, a negative integer if t1 is less than t2, and a positive integer if t1 is greater than t2.
compare t1 t2
t1
t2
val min : t -> t -> t
val max : t -> t -> t