if type(expr) == b_not_t and type(expr.op) == above_t:
    return leq_t(expr.op.op1.pluck(), expr.op.op2.pluck())