X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2Fdependent_injection.ma;h=2f4bbe82057fd4d15f498cdf0d978d54dce1a470;hb=66929b8edb58d468a134b648466f3e9c45ba5c0e;hp=069c7529744115802f655e2cd69b3f7a3ddb113a;hpb=0582a602f0b1d6f5430326893a473d78b0aa7dfd;p=helm.git diff --git a/helm/software/matita/tests/dependent_injection.ma b/helm/software/matita/tests/dependent_injection.ma index 069c75297..2f4bbe820 100644 --- a/helm/software/matita/tests/dependent_injection.ma +++ b/helm/software/matita/tests/dependent_injection.ma @@ -33,8 +33,8 @@ inductive ttree : Type → Type := (that state the existence of a ?1 such that ...) *) theorem injection_test3: ∀t,t'. tnode nat t tempty = tnode nat t' tempty → t = t'. - intros; - destruct H; + intros. + destruct H. assumption. qed.