]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/delayed_updating/syntax/bdd_term.ma
update in ground and delayed updating
[helm.git] / matita / matita / contribs / lambdadelta / delayed_updating / syntax / bdd_term.ma
index 1f8dfd1b5187339e38c655d3206d5ec85f10f371..d9f371823579474ec24bba792624aceb4388e81c 100644 (file)
@@ -24,10 +24,10 @@ include "delayed_updating/notation/functions/class_d_phi_0.ma".
 (* BY-DEPTH DELAYED (BDD) TERM **********************************************)
 
 inductive bdd: π’«β¨preterm❩ β‰
-| 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_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_conv: βˆ€t1,t2. t1 β‡” t2 β†’ bdd t1 β†’ bdd t2
 .