]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambda_delta/basic_2/notation.ma
- pts: we restored the former hierarchy
[helm.git] / matita / matita / contribs / lambda_delta / basic_2 / notation.ma
index ce9a370e29af537dfad8993acb1ab9983a693a1a..9ec72083a6797ee46de0eb4806147bc16696e723 100644 (file)
@@ -308,8 +308,16 @@ notation "hvbox( L ⊢ break term 90 T1 ⬌ break T2 )"
    non associative with precedence 45
    for @{ 'PConv $L $T1 $T2 }.
 
+notation "hvbox( T1 ⬌ break T2 )"
+   non associative with precedence 45
+   for @{ 'PConv $T1 $T2 }.
+
 (* Equivalence **************************************************************)
 
 notation "hvbox( L ⊢ break term 90 T1 ⬌* break T2 )"
    non associative with precedence 45
    for @{ 'PConvStar $L $T1 $T2 }.
+
+notation "hvbox( T1 ⬌* break T2 )"
+   non associative with precedence 45
+   for @{ 'PConvStar $T1 $T2 }.