]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_1/next_plus/defs.ma
legacy_1, ground_1, and basic_1 recommitted without anticipation
[helm.git] / matita / matita / contribs / lambdadelta / basic_1 / next_plus / defs.ma
index 63eeacb4167e5ab3ca07c964422d68c771ec2768..b622b763c26c88a57cd5eb762d0699b137ffef3c 100644 (file)
@@ -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))].