]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/fguidi.ma
another bug of auto
[helm.git] / 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