]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/LAMBDA-TYPES/Level-1/LambdaDelta/ty3/defs.ma
- sc3/props.ma sc3/arity.ma: dependences fixed
[helm.git] / helm / software / matita / contribs / LAMBDA-TYPES / Level-1 / LambdaDelta / ty3 / defs.ma
index 1eecab2ff54a60b72c5cf4d66d00fcf2c606ffd8..457d1d09b115e10d4badae5e4685fbba9dcdd774 100644 (file)
@@ -20,7 +20,7 @@ include "G/defs.ma".
 
 include "pc3/defs.ma".
 
-inductive ty3 (g:G): C \to (T \to (T \to Prop)) \def
+inductive ty3 (g: G): C \to (T \to (T \to Prop)) \def
 | ty3_conv: \forall (c: C).(\forall (t2: T).(\forall (t: T).((ty3 g c t2 t) 
 \to (\forall (u: T).(\forall (t1: T).((ty3 g c u t1) \to ((pc3 c t1 t2) \to 
 (ty3 g c u t2))))))))