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