X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Ftests%2Fdependent_injection.ma;h=e217a76526ec78472d40ee2d66120ea0d8093cd0;hb=cf5540f056d6d4fa1612e08d41253d1d009f5d44;hp=2f4bbe82057fd4d15f498cdf0d978d54dce1a470;hpb=72a05c70f5ab9dabb704f1dc334920b10a8f4bb9;p=helm.git diff --git a/matita/tests/dependent_injection.ma b/matita/tests/dependent_injection.ma index 2f4bbe820..e217a7652 100644 --- a/matita/tests/dependent_injection.ma +++ b/matita/tests/dependent_injection.ma @@ -35,7 +35,7 @@ theorem injection_test3: ∀t,t'. tnode nat t tempty = tnode nat t' tempty → t = t'. intros. destruct H. - assumption. + reflexivity. qed. theorem injection_test3: