bonsai.private_base
Path.Replace_polymorphic_compare
bonsai
bonsai.arrow_deprecated
bonsai.balance_list_tree
bonsai.bench_scenario
bonsai.driver
bonsai.extra
bonsai.extra.effects
bonsai.extra.fixed_point
bonsai.extra.id_gen
bonsai.extra.mirror
bonsai.extra.one_at_a_time
bonsai.extra.pipe
bonsai.extra.state_machin
bonsai.extra.value_stability
bonsai.extra.value_utilities
bonsai.extra_proc
bonsai.introspection_protocol
bonsai.ppx_bonsai
bonsai.ppx_bonsai_expander
bonsai.private_gather
bonsai.proc
ppxlib
yojson
include Base.Comparisons.Infix with type t := t
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