X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_1%2Fnext_plus%2Fdefs.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_1%2Fnext_plus%2Fdefs.ma;h=b622b763c26c88a57cd5eb762d0699b137ffef3c;hb=639e798161afea770f41d78673c0fe3be4125beb;hp=63eeacb4167e5ab3ca07c964422d68c771ec2768;hpb=15455aa487e001c643b4f46daf82612b8409f1ae;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_1/next_plus/defs.ma b/matita/matita/contribs/lambdadelta/basic_1/next_plus/defs.ma index 63eeacb41..b622b763c 100644 --- a/matita/matita/contribs/lambdadelta/basic_1/next_plus/defs.ma +++ b/matita/matita/contribs/lambdadelta/basic_1/next_plus/defs.ma @@ -17,6 +17,5 @@ include "basic_1/G/defs.ma". let rec next_plus (g: G) (n: nat) (i: nat) on i: nat \def match i with [O -\Rightarrow n | (S i0) \Rightarrow (let TMP_1 \def (next_plus g n i0) in -(next g TMP_1))]. +\Rightarrow n | (S i0) \Rightarrow (next g (next_plus g n i0))].