]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/rewrite.ma
1. Tactic generalize ported to patterns and activated in matita.
[helm.git] / helm / matita / tests / rewrite.ma
index 56ea93bf89bf7e663e231e0f3ae41ac5f616a3b7..e597e66ef276b9ac0a6fc20197a55e7281f0b45f 100644 (file)
@@ -6,6 +6,6 @@ theorem a:
   \forall a,b:nat.
   a = b \to b + a = a + a.
 intros.
-rewrite right H in (? ? % ?).
+rewrite right H in \vdash (? ? % ?).
 reflexivity.
 qed.
\ No newline at end of file