]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_1/clen/defs.ma
update in basic_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_1 / clen / defs.ma
index 1230db5c84102763388f5668bda3edafd0883f70..64209a6f7768eea2fcc5ec5fb63464657c4fbd7d 100644 (file)
@@ -18,6 +18,6 @@ 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 (s k (clen c0))].
+rec definition clen (c: C) on c: nat \def match c with [(CSort _) \Rightarrow 
+O | (CHead c0 k _) \Rightarrow (s k (clen c0))].