]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_transition/cpr_ext.ma
update in basic_2 and apps_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_transition / cpr_ext.ma
index b47bfc3e97602befc0c3796e93d783b859fc6c9b..c22674ee2f372f63e111f73b0f1ede5738aa9d62 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-include "basic_2/syntax/cext2.ma".
+include "static_2/syntax/cext2.ma".
 include "basic_2/rt_transition/cpm.ma".
 
 (* CONTEXT-SENSITIVE PARALLEL R-TRANSITION FOR BINDERS **********************)
 
-definition cpr_ext (h) (G): relation3 lenv bind bind ≝
-                            cext2 (cpm 0 h G).
+definition cpr_ext (h) (n) (G): relation3 lenv bind bind ≝
+           cext2 (λL. cpm h G L n).
 
 interpretation
    "context-sensitive parallel r-transition (binder)"
-   'PRed h G L I1 I2 = (cpr_ext h G L I1 I2).
+   'PRed h n G L I1 I2 = (cpr_ext h n G L I1 I2).