]> matita.cs.unibo.it Git - helm.git/commitdiff
since the outtype is now refined correclty some types can be opmitted
authorEnrico Tassi <enrico.tassi@inria.fr>
Fri, 4 Nov 2005 17:18:49 +0000 (17:18 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Fri, 4 Nov 2005 17:18:49 +0000 (17:18 +0000)
helm/matita/library/logic/equality.ma

index 70ade5589c46f0eb073a7d991d41dd7a19ab2eaa..7e67c056ca9a9f74bd503fe752d904781e437200 100644 (file)
@@ -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.