Definitions
builtin int-le <= (m n : Int) : BoolSource#
Returns true iff the first element is less than or equal to the second.
builtin int-lt < (m n : Int) : BoolSource#
Returns true iff the first element is less than the second.
Returns true iff the first element is greater than or equal to the second.