X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_computation%2Fcprs_ext.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_computation%2Fcprs_ext.ma;h=01da390f0d4029195f201fa8f4ee36905eddb6c4;hb=e0f7a5025addf275e40372da3a39b0adacc8106f;hp=0000000000000000000000000000000000000000;hpb=8f5533bd34e93eee2a14cdcfd0595be65651bfa7;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cprs_ext.ma b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cprs_ext.ma new file mode 100644 index 000000000..01da390f0 --- /dev/null +++ b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cprs_ext.ma @@ -0,0 +1,25 @@ +(**************************************************************************) +(* ___ *) +(* ||M|| *) +(* ||A|| A project by Andrea Asperti *) +(* ||T|| *) +(* ||I|| Developers: *) +(* ||T|| The HELM team. *) +(* ||A|| http://helm.cs.unibo.it *) +(* \ / *) +(* \ / This file is distributed under the terms of the *) +(* v GNU General Public License Version 2 *) +(* *) +(**************************************************************************) + +include "basic_2/syntax/cext2.ma". +include "basic_2/rt_computation/cpms.ma". + +(* CONTEXT-SENSITIVE PARALLEL R-COMPUTATION FOR BINDERS *********************) + +definition cprs_ext (h) (G): relation3 lenv bind bind ≝ + cext2 (λL. cpms h G L 0). + +interpretation + "context-sensitive parallel r-computation (binder)" + 'PRedStar h G L I1 I2 = (cprs_ext h G L I1 I2).