From: Enrico Tassi Date: Fri, 4 Nov 2005 17:18:49 +0000 (+0000) Subject: since the outtype is now refined correclty some types can be opmitted X-Git-Tag: V_0_7_2_3~124 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=901b6be31bc3b0267dfd889373380ec098ee3d3b;p=helm.git since the outtype is now refined correclty some types can be opmitted --- diff --git a/helm/matita/library/logic/equality.ma b/helm/matita/library/logic/equality.ma index 70ade5589..7e67c056c 100644 --- a/helm/matita/library/logic/equality.ma +++ b/helm/matita/library/logic/equality.ma @@ -32,7 +32,7 @@ theorem eq_ind': P ? (refl_eq ? x) \to \forall y:A. \forall p:x=y. P y p. intros. exact - ([\lambda y:A. \lambda p:eq A x y.P y p] + ([\lambda y. \lambda p.P y p] match p with [refl_eq \Rightarrow H]). qed.