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