]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_1/clen/defs.ma
legacy_1, ground_1, and basic_1 recommitted without anticipation
[helm.git] / matita / matita / contribs / lambdadelta / basic_1 / clen / defs.ma
index a70c3ef675ba6be06dd199d0c4638b85bb3b07a7..1230db5c84102763388f5668bda3edafd0883f70 100644 (file)
@@ -19,5 +19,5 @@ include "basic_1/C/defs.ma".
 include "basic_1/s/defs.ma".
 
 let rec clen (c: C) on c: nat \def match c with [(CSort _) \Rightarrow O | 
-(CHead c0 k _) \Rightarrow (let TMP_1 \def (clen c0) in (s k TMP_1))].
+(CHead c0 k _) \Rightarrow (s k (clen c0))].