]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/reduction/lpr.ma
- theory of llor now includes (long awaited) non-recursive alternative definition
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / reduction / lpr.ma
index fd05f6373d0e0716147d4e3455bbd1630480025b..01966eefb03b9f415c84720c625d9ccac61f9284 100644 (file)
@@ -18,7 +18,7 @@ include "basic_2/reduction/cpr.ma".
 
 (* SN PARALLEL REDUCTION FOR LOCAL ENVIRONMENTS *****************************)
 
-definition lpr: relation3 genv lenv lenv ≝ λG. lpx_sn (λ_.cpr G).
+definition lpr: relation3 genv lenv lenv ≝ λG. lpx_sn (cpr G).
 
 interpretation "parallel reduction (local environment, sn variant)"
    'PRedSn G L1 L2 = (lpr G L1 L2).