]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambda-delta/Basic-2/grammar/thom.ma
- the confluence of context-senstitive parallel reduction (cpr) is closed!
[helm.git] / matita / matita / contribs / lambda-delta / Basic-2 / grammar / thom.ma
index 876bd7fd9f7ee9a685e8a401437a0c09e8eb3d33..23aa62e03b83a77c5c05629363a538ab685ff995 100644 (file)
@@ -16,7 +16,7 @@ include "Basic-2/grammar/term_simple.ma".
 
 (* HOMOMORPHIC TERMS ********************************************************)
 
-inductive thom: term → term → Prop ≝
+inductive thom: relation term ≝
    | thom_atom: ∀I. thom (𝕒{I}) (𝕒{I})
    | thom_abst: ∀V1,V2,T1,T2. thom (𝕔{Abst} V1. T1) (𝕔{Abst} V2. T2)
    | thom_appl: ∀V1,V2,T1,T2. thom T1 T2 → 𝕊[T1] → 𝕊[T2] →