]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/syntax/term_weight.ma
renaming in basic_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / syntax / term_weight.ma
index 63b498610ff11b0780be2edc5e23b6e16ee03171..6a0a4ea313ee975c129124c18153278f431865c2 100644 (file)
@@ -19,7 +19,7 @@ include "basic_2/syntax/term.ma".
 
 rec definition tw T ≝ match T with
 [ TAtom _     ⇒ 1
-| TPair _ V T â\87\92 â«¯(tw V + tw T)
+| TPair _ V T â\87\92 â\86\91(tw V + tw T)
 ].
 
 interpretation "weight (term)" 'Weight T = (tw T).