]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/core_notation.moo
added notation for 'Vdash
[helm.git] / helm / software / matita / core_notation.moo
index 9970c9cfb6d6d331dd4847490f399e6e197ca9fb..8709f0265161c69d0593177b7ab74cc65c9988f3 100644 (file)
@@ -225,3 +225,10 @@ notation "\integers" non associative with precedence 90 for @{'Z}.
 notation "\complexes" non associative with precedence 90 for @{'C}.
 
 notation "\ee" with precedence 90 for @{ 'neutral }. (* ⅇ *)
+
+notation > "x ⊩ y" with precedence 45 for @{'Vdash2 $x $y ?}.
+notation > "x ⊩_term 90 c y" with precedence 45 for @{'Vdash2 $x $y $c}.
+notation "x (⊩ \sub term 90 c) y" with precedence 45 for @{'Vdash2 $x $y $c}.
+notation > "⊩ " with precedence 60 for @{'Vdash ?}.
+notation "(⊩ \sub term 90 c) " with precedence 60 for @{'Vdash $c}.
+