]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_transition/cpx_ext.ma
milestone update in basic_2, update in ground and static_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_transition / cpx_ext.ma
index 16e73c92b636dbe6cfe92422fe4cc3ec723a27b3..ad3014288ab11ead4a74bd6d14b48fad05ccb550 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-include "basic_2/syntax/cext2.ma".
+include "static_2/syntax/cext2.ma".
 include "basic_2/rt_transition/cpx.ma".
 
-(* UNCOUNTED CONTEXT-SENSITIVE PARALLEL RT-TRANSITION FOR BINDERS ***********)
+(* EXTENDED CONTEXT-SENSITIVE PARALLEL RT-TRANSITION FOR BINDERS ************)
 
-definition cpx_ext (h) (G): relation3 lenv bind bind ≝
-                            cext2 (cpx h G).
+definition cpx_ext (G): relation3 lenv bind bind ≝
+           cext2 (cpx G).
 
 interpretation
-   "uncounted context-sensitive parallel rt-transition (binder)"
-   'PRedTy h G L I1 I2 = (cpx_ext h G L I1 I2).
+  "extended context-sensitive parallel rt-transition (binder)"
+  'PRedTy G L I1 I2 = (cpx_ext G L I1 I2).