(* 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 }.
(* 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 }.
(* 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 }.
--- /dev/null
+(**************************************************************************)
+(* ___ *)
+(* ||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 }.