From: Claudio Sacerdoti Coen Date: Mon, 9 Oct 2006 18:23:49 +0000 (+0000) Subject: One auto modified in an apply since auto is no longer supposed to apply X-Git-Tag: 0.4.95@7852~915 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=d9289deef1be6b7242d47e8c7f6a3f9dcec998fd;p=helm.git One auto modified in an apply since auto is no longer supposed to apply elimination principles automatically. --- diff --git a/matita/tests/fguidi.ma b/matita/tests/fguidi.ma index 84d8cb408..fab765baf 100644 --- a/matita/tests/fguidi.ma +++ b/matita/tests/fguidi.ma @@ -46,7 +46,7 @@ intros. apply False_ind. cut (is_S O). auto new. elim H. exact I. qed. theorem eq_gen_S_O_cc: (\forall P:Prop. P) \to \forall x. (S x = O). -intros. auto new. +intros. apply H. qed. theorem eq_gen_S_S: \forall m,n. (S m) = (S n) \to m = n.