conditions_match
return conditions_match(cond, prev);
if (conditions_match(cond, prev->left) ||
conditions_match(cond, prev->right))