I think It should be ```coq r_match_star2 : ∀ s s’ r0, r_match s r0 → r_match s’ (r_star r0) → r_match (s ++ s’) (r_star r0) ```