]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/computation/cpre.ma
some notation renamed and fixed
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / computation / cpre.ma
index 2e81a1a0a31e64a50a980138f994653ead0c63e8..6b998fb131999f8cc104dacc5ada63d1a276461b 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-include "basic_2/notation/relations/peval_4.ma".
+include "basic_2/notation/relations/predeval_4.ma".
 include "basic_2/computation/cprs.ma".
 include "basic_2/computation/csx.ma".
 
-(* CONTEXT-SENSITIVE PARALLEL EVALUATION ON TERMS **************************)
+(* EVALUATION FOR CONTEXT-SENSITIVE PARALLEL REDUCTION ON TERMS *************)
 
 definition cpre: relation4 genv lenv term term ≝
                  λG,L,T1,T2. ⦃G, L⦄ ⊢ T1 ➡* T2 ∧ ⦃G, L⦄ ⊢ ➡ 𝐍⦃T2⦄.
 
-interpretation "context-sensitive parallel evaluation (term)"
-   'PEval G L T1 T2 = (cpre G L T1 T2).
+interpretation "evaluation for context-sensitive parallel reduction (term)"
+   'PRedEval G L T1 T2 = (cpre G L T1 T2).
 
 (* Basic_properties *********************************************************)