]> matita.cs.unibo.it Git - helm.git/commitdiff
update in delayed updating
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Thu, 28 Apr 2022 12:29:08 +0000 (14:29 +0200)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Thu, 28 Apr 2022 12:29:08 +0000 (14:29 +0200)
updated notation

matita/matita/contribs/lambdadelta/delayed_updating/notation/functions/black_downtriangle_1.ma
matita/matita/contribs/lambdadelta/delayed_updating/notation/functions/black_downtriangle_2.ma
matita/matita/contribs/lambdadelta/delayed_updating/notation/functions/black_righttriangle_1.ma
matita/matita/contribs/lambdadelta/delayed_updating/notation/functions/black_righttriangle_2.ma [new file with mode: 0644]

index 03bfed51c185857781aa01953337f614bfbe487c..9094d139af5ea82dab0bac1d40be362913af2bf8 100644 (file)
@@ -14,6 +14,6 @@
 
 (* NOTATION FOR DELAYED UPDATING ********************************************)
 
-notation "hvbox( ▼ term 70 t )"
+notation "hvbox( ▼ term 70 p )"
   non associative with precedence 70
-  for @{ 'BlackDownTriangle $t }.
+  for @{ 'BlackDownTriangle $p }.
index f1d2a0a78dea6a1405fc4a94816a8477001d8706..ddb2bc56dfe94d7ed022a620206f148519980c40 100644 (file)
@@ -14,6 +14,6 @@
 
 (* NOTATION FOR DELAYED UPDATING ********************************************)
 
-notation "hvbox( ▼[ term 46 t1 ] break term 70 t2 )"
+notation "hvbox( ▼[ term 46 f ] break term 70 p )"
   non associative with precedence 70
-  for @{ 'BlackDownTriangle $t1 $t2 }.
+  for @{ 'BlackDownTriangle $f $p }.
index ee1a07589cd7108514e4d499adc2f3bd3b3f5ed3..93965f7e4637eae0078cba790c7cb9a7d8d0b84f 100644 (file)
@@ -14,6 +14,6 @@
 
 (* NOTATION FOR DELAYED UPDATING ********************************************)
 
-notation "hvbox( ▶ term 70 t )"
+notation "hvbox( ▶ term 70 p )"
   non associative with precedence 70
-  for @{ 'BlackRightTriangle $t }.
+  for @{ 'BlackRightTriangle $p }.
diff --git a/matita/matita/contribs/lambdadelta/delayed_updating/notation/functions/black_righttriangle_2.ma b/matita/matita/contribs/lambdadelta/delayed_updating/notation/functions/black_righttriangle_2.ma
new file mode 100644 (file)
index 0000000..90b0758
--- /dev/null
@@ -0,0 +1,19 @@
+(**************************************************************************)
+(*       ___                                                              *)
+(*      ||M||                                                             *)
+(*      ||A||       A project by Andrea Asperti                           *)
+(*      ||T||                                                             *)
+(*      ||I||       Developers:                                           *)
+(*      ||T||         The HELM team.                                      *)
+(*      ||A||         http://helm.cs.unibo.it                             *)
+(*      \   /                                                             *)
+(*       \ /        This file is distributed under the terms of the       *)
+(*        v         GNU General Public License Version 2                  *)
+(*                                                                        *)
+(**************************************************************************)
+
+(* NOTATION FOR DELAYED UPDATING ********************************************)
+
+notation "hvbox( ▶[ term 46 f ] break term 70 p )"
+  non associative with precedence 70
+  for @{ 'BlackRightTriangle $f $p }.