]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/syntax/item.ma
renaming in basic_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / syntax / item.ma
index bb9451320e1d7675c0cdb646002bb0c8d9e86e64..ba835726083cffd28703c0937053c39f1e6d5d1f 100644 (file)
@@ -24,7 +24,7 @@ inductive item0: Type[0] ≝
    | GRef: nat → item0 (* reference by position: starting at 0 *)
 .
 
-(* binary binding items *)
+(* unary binding items *)
 inductive bind1: Type[0] ≝
   | Void: bind1 (* exclusion *)
 .