RIGHT_CONV_RULE : (conv -> thm -> thm)
A |- t1 = t2 --------------------- RIGHT_CONV_RULE c A u A' |- t1 = t2'Note that if the conversion c returns a theorem with assumptions, then the resulting inference rule adds these to the assumptions of the theorem it returns.