virtual_dom.keyboard
Keystroke.Replace_polymorphic_compare
ppxlib
virtual_dom
virtual_dom.css_gen
virtual_dom.html5_history
virtual_dom.input_widgets
virtual_dom.jsoo_weak_collections
virtual_dom.layout
virtual_dom.svg
virtual_dom.tyxml
virtual_dom.ui_effect
virtual_dom.ui_effect_of_deferred
virtual_dom.ui_effect_test
virtual_dom.vdom_test_helpers
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