]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_computation/cpxs_ext.ma
milestone update in basic_2, update in ground and static_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_computation / cpxs_ext.ma
index 7da6fa4f27089a45c99255692698d19ee5cd6a63..e942e64e59bb00637a288efb69e60d84c242dbba 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-include "basic_2/syntax/cext2.ma".
+include "static_2/syntax/cext2.ma".
 include "basic_2/rt_computation/cpxs.ma".
 
-(* UNCOUNTED CONTEXT-SENSITIVE PARALLEL RT-COMPUTATION FOR BINDERS **********)
+(* EXTENDED CONTEXT-SENSITIVE PARALLEL RT-COMPUTATION FOR BINDERS ***********)
 
-definition cpxs_ext (h) (G): relation3 lenv bind bind ≝
-                             cext2 (cpxs h G).
+definition cpxs_ext (G): relation3 lenv bind bind ≝
+           cext2 (cpxs G).
 
 interpretation
-   "uncounted context-sensitive parallel rt-computation (binder)"
-   'PRedTyStar h G L I1 I2 = (cpxs_ext h G L I1 I2).
+  "extended context-sensitive parallel rt-computation (binder)"
+  'PRedTyStar G L I1 I2 = (cpxs_ext G L I1 I2).