Predicate that checks if this expression is less or equal to other.
other
Expr operator <=(Object other) => le(this, $(other));