]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/delayed_updating/syntax/bdd_term.ma
update in delayed_updating
[helm.git] / matita / matita / contribs / lambdadelta / delayed_updating / syntax / bdd_term.ma
index 8d514e0d7f2a1fe8ff3438166b9aed1388d93d9c..6a70f61cb0284030cf8349ffce95619bc520b721 100644 (file)
@@ -13,7 +13,7 @@
 (**************************************************************************)
 
 include "delayed_updating/syntax/prototerm_constructors.ma".
-include "delayed_updating/syntax/prototerm_equivalence.ma".
+include "delayed_updating/syntax/prototerm_eq.ma".
 include "delayed_updating/notation/functions/class_d_phi_0.ma".
 include "ground/xoa/or_5.ma".
 include "ground/xoa/ex_3_1.ma".
@@ -27,7 +27,7 @@ inductive bdd: π’«β¨prototerm❩ β‰
 | bdd_oref: βˆ€n. bdd (⧣n)
 | bdd_iref: βˆ€t,n. bdd t β†’ bdd (𝛗n.t)
 | bdd_abst: βˆ€t. bdd t β†’ bdd (π›Œ.t)
-| bdd_appl: βˆ€u,t. bdd u β†’ bdd t β†’ bdd (@u.t)
+| bdd_appl: βˆ€u,t. bdd u β†’ bdd t β†’ bdd (οΌ u.t)
 | bdd_conv: βˆ€t1,t2. t1 β‡” t2 β†’ bdd t1 β†’ bdd t2
 .
 
@@ -35,7 +35,7 @@ interpretation
   "by-depth delayed (prototerm)"
   'ClassDPhi = (bdd).
 
-(*
+(* COMMENT
 
 (* Basic inversions *********************************************************)
 
@@ -213,4 +213,4 @@ lemma bbd_mono_in_root_d:
   ]
 ]
 qed-.
-*)
\ No newline at end of file
+*)