Major Section: PROGRAMMING
o<= is a macro and (o<= x y) expands to (not (o< y x)). See o<.
o<=
(o<= x y)
(not (o< y x))