From: Claudio Sacerdoti Coen Date: Sun, 28 Oct 2007 22:25:32 +0000 (+0000) Subject: The document was not valid. Fixed. X-Git-Tag: make_still_working~5928 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=f760843d0dc37ee60b27b270fb71098f3772c8a0;p=helm.git The document was not valid. Fixed. --- diff --git a/helm/software/matita/help/C/sec_tactics.xml b/helm/software/matita/help/C/sec_tactics.xml index 0fabbbf7c..364401aa5 100644 --- a/helm/software/matita/help/C/sec_tactics.xml +++ b/helm/software/matita/help/C/sec_tactics.xml @@ -370,15 +370,15 @@ as if intros hyps was issued. If t1:∀x:A.B[x] and t2:∀x,y:A.B[x]→B[y]→C[x,y] it generates: - + - λx,y:A.t2 x y (t1 x) : ∀x,y:A.B[y]→C[x,y] + λx,y:A.t2 x y (t1 x) : ∀x,y:A.B[y]→C[x,y] - λx,y:A.λH:B[x].t2 x y H (t1 y) : ∀x,y:A.B[x]→C[x,y] - + λx,y:A.λH:B[x].t2 x y H (t1 y) : ∀x,y:A.B[x]→C[x,y] + - + If t2 is omitted it composes t1