]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2A/reduction/crr.ma
update in binararies for λδ
[helm.git] / matita / matita / contribs / lambdadelta / basic_2A / reduction / crr.ma
index b18e71cd339f14a16c92b959c6d809857c56811d..e0feece2287d84b489362e3adab793e1a8f9a4fe 100644 (file)
@@ -27,7 +27,6 @@ definition ib2: relation2 bool bind2 ≝
                 λa,I. I = Abst ∨ Bind2 a I = Bind2 false Abbr.
 
 (* activate genv *)
-(* reducible terms *)
 inductive crr (G:genv): relation2 lenv term ≝
 | crr_delta  : ∀L,K,V,i. ⬇[i] L ≡ K.ⓓV → crr G L (#i)
 | crr_appl_sn: ∀L,V,T. crr G L V → crr G L (ⓐV.T)