X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_1%2FT%2Fdefs.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_1%2FT%2Fdefs.ma;h=313ac01ae018433d5390cc01260518c5d68e742a;hb=14a8276e6d877c2281a1fda452ed3e4c150f5d39;hp=c065188f30ebcbabedf12eddc0a231d716ec2d55;hpb=9c954a9a843ebb1bf189536df4e14f77132ed1cf;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_1/T/defs.ma b/matita/matita/contribs/lambdadelta/basic_1/T/defs.ma index c065188f3..313ac01ae 100644 --- a/matita/matita/contribs/lambdadelta/basic_1/T/defs.ma +++ b/matita/matita/contribs/lambdadelta/basic_1/T/defs.ma @@ -35,7 +35,7 @@ inductive T: Type[0] \def | THead: K \to (T \to (T \to T)). let rec tweight (t: T) on t: nat \def match t with [(TSort _) \Rightarrow (S -O) | (TLRef _) \Rightarrow (S O) | (THead _ u t0) \Rightarrow (let TMP_1824 -\def (tweight u) in (let TMP_1823 \def (tweight t0) in (let TMP_1825 \def -(plus TMP_1824 TMP_1823) in (S TMP_1825))))]. +O) | (TLRef _) \Rightarrow (S O) | (THead _ u t0) \Rightarrow (let TMP_1 \def +(tweight u) in (let TMP_2 \def (tweight t0) in (let TMP_3 \def (plus TMP_1 +TMP_2) in (S TMP_3))))].