YES ---- CR(R) ---- R : linear and strongly closed [Huet, 1980] R: or(true(),true()) -> true() or(x,y) -> or(y,x) CP(R): true() -> or(true(),true()) or(true(),true()) -> true()