X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Flib%2Flambda-delta%2Fnotation.ma;h=79fcc3a97f6a0fb4c1b068691a15ed52e40b77c1;hb=331cbed42a29b3b9f5fb11d127534f3c62c86797;hp=9afd9ac7913da00ebebccd0a1b7ae6baea22386c;hpb=7b976a01aa6cedbfbef57ace183ce3fc0e2f22a9;p=helm.git diff --git a/matita/matita/lib/lambda-delta/notation.ma b/matita/matita/lib/lambda-delta/notation.ma index 9afd9ac79..79fcc3a97 100644 --- a/matita/matita/lib/lambda-delta/notation.ma +++ b/matita/matita/lib/lambda-delta/notation.ma @@ -21,13 +21,21 @@ notation "hvbox( ⋆ k )" non associative with precedence 90 for @{ 'Star $k }. -notation "hvbox( ♭ (term 90 I) break (term 90 T1) . break T )" +notation "hvbox( 𝕚 { I } break (term 90 T1) . break (term 90 T) )" non associative with precedence 90 - for @{ 'SCon $I $T1 $T }. + for @{ 'SItem $I $T1 $T }. -notation "hvbox( T . break ♭ (term 90 I) break (term 90 T1) )" +notation "hvbox( 𝕓 { I } break (term 90 T1) . break (term 90 T) )" + non associative with precedence 90 + for @{ 'SBind $I $T1 $T }. + +notation "hvbox( 𝕗 { I } break (term 90 T1) . break (term 90 T) )" + non associative with precedence 90 + for @{ 'SFlat $I $T1 $T }. + +notation "hvbox( T . break 𝕓 { I } break (term 90 T1) )" non associative with precedence 89 - for @{ 'DCon $T $I $T1 }. + for @{ 'DBind $T $I $T1 }. notation "hvbox( # term 90 x )" non associative with precedence 90 @@ -39,20 +47,24 @@ notation "hvbox( # [ x , break y ] )" (* substitution *************************************************************) -notation "hvbox( [ d , break e ] ↑ break T1 ≡ break T2 )" +notation "hvbox( ↑ [ d , break e ] break T1 ≡ break T2 )" non associative with precedence 45 for @{ 'RLift $T1 $d $e $T2 }. -notation "hvbox( [ d , break e ] ← break (term 90 L) / break T1 ≡ break T2 )" +notation "hvbox( ↓ [ d , break e ] break L1 ≡ break L2 )" non associative with precedence 45 - for @{ 'RSubst $L $T1 $d $e $T2 }. + for @{ 'RSubst $L1 $d $e $L2 }. -notation "hvbox( [ d , break e ] ↓ break L1 ≡ break L2 )" +notation "hvbox( L ⊢ break ↓ [ d , break e ] break T1 ≡ break T2 )" non associative with precedence 45 - for @{ 'RThin $L1 $d $e $L2 }. + for @{ 'RSubst $L $T1 $d $e $T2 }. (* reduction ****************************************************************) -notation "hvbox( L ⊢ break T1 ⇒ break T2 )" +notation "hvbox( T1 ⇒ break T2 )" + non associative with precedence 45 + for @{ 'PR $T1 $T2 }. + +notation "hvbox( L ⊢ break (term 90 T1) ⇒ break T2 )" non associative with precedence 45 for @{ 'PR $L $T1 $T2 }.