We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
r_match
I think It should be
r_match_star2 : ∀ s s’ r0, r_match s r0 → r_match s’ (r_star r0) → r_match (s ++ s’) (r_star r0)