]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground_2/lib/relations.ma
λδ-2B is released
[helm.git] / matita / matita / contribs / lambdadelta / ground_2 / lib / relations.ma
index d272c0dbee63dfdbb474d8e6fa64a8ec7d099a89..dbd8b678b1f7f5ab7a13fd564269d0eb2d1492d2 100644 (file)
@@ -42,7 +42,7 @@ definition relation5: Type[0] → Type[0] → Type[0] → Type[0] → Type[0] 
 definition relation6: Type[0] → Type[0] → Type[0] → Type[0] → Type[0] → Type[0] → Type[0] ≝
            λA,B,C,D,E,F.A→B→C→D→E→F→Prop.
 
-(**) (* we don't use "∀a. reflexive … (R a)" since auto seems to dislike repeatd δ-expansion *)  
+(**) (* we don't use "∀a. reflexive … (R a)" since auto seems to dislike repeatd δ-expansion *)
 definition c_reflexive (A) (B): predicate (relation3 A B B) ≝
            λR. ∀a,b. R a b b.