]> 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 9cfe28ad9dc81a650ab98325739f00674f75af20..8aaefad914ec00ca71ebd9468813d62635283e94 100644 (file)
@@ -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
 .