]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/contribs/LAMBDA-TYPES/Unified/SUB/Term/defs.ma
definitions fixup
[helm.git] / matita / contribs / LAMBDA-TYPES / Unified / SUB / Term / defs.ma
index 3d39b277d0f8a9bb872e0d1a9dceea8b59c7b9a1..b73935a07c07b553059865b2f790f691f01a8df9 100644 (file)
@@ -44,11 +44,11 @@ inductive Flat: Set \def
 .
 
 inductive Head: Set \def
-   | bind: Bool \to Bind \to Head
-   | flat: Bool \to Flat \to Head
+   | bind: Bind \to Head
+   | flat: Flat \to Head
 .
 
 inductive Term: Set \def
    | leaf: Leaf \to Term
-   | head: Head \to Term \to Term \to Term
+   | head: Bool \to Head \to Term \to Term \to Term
 .