]> matita.cs.unibo.it Git - helm.git/commitdiff
another bug of auto
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Thu, 7 Jul 2005 12:20:55 +0000 (12:20 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Thu, 7 Jul 2005 12:20:55 +0000 (12:20 +0000)
helm/matita/tests/fguidi.ma

index 274cda0275df683d226652489060d790a4d1da56..7163c56b390f28b0332910110c6494fe8716d93f 100644 (file)
@@ -93,6 +93,6 @@ qed.
 (*
 theorem le_trans: \forall x,y. (le x y) \to \forall z. (le y z) \to (le x z).
 intros 1. elim x. 
-clear H. auto.
+clear x. auto.
 clear H. fwd H1 [H]. decompose H.
 *)
\ No newline at end of file