]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/LAMBDA-TYPES/Unified-Sub/Context/defs.ma
some improvements
[helm.git] / helm / software / matita / contribs / LAMBDA-TYPES / Unified-Sub / Context / defs.ma
index 7aca13a59213ca2b238bc9d8afa8697f98d94e34..4da3c95d70ea568a7df0270ffc31f30748f40f20 100644 (file)
@@ -23,5 +23,5 @@ include "Term/defs.ma".
 
 inductive Context: Set \def
    | leaf: Context
-   | head: Context \to Bind \to Term \to Context
+   | intb: Context \to IntB \to Term \to Context
 .