Definitions
<= {A} {{Ord A}} (x y : A) : BoolSource#
Returns true iff the first element is less than or equal to the second.
> {A} {{Ord A}} (x y : A) : BoolSource#
Returns true iff the first element is greater than the second.
<= {A} {{Ord A}} (x y : A) : BoolSource#
Returns true iff the first element is less than or equal to the second.
> {A} {{Ord A}} (x y : A) : BoolSource#
Returns true iff the first element is greater than the second.