]> matita.cs.unibo.it Git - helm.git/commitdiff
added notation for: nleq, ngeq, nless, and ngtr
authorStefano Zacchiroli <zack@upsilon.cc>
Fri, 16 Sep 2005 12:13:31 +0000 (12:13 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Fri, 16 Sep 2005 12:13:31 +0000 (12:13 +0000)
helm/matita/core_notation.moo

index 38c1a4efa4c46cd65aa88b0345f905b1ab338b65..c528fc111d2041cb83761efa02697a33300b337f 100644 (file)
@@ -30,6 +30,22 @@ notation "hvbox(a break \neq b)"
   non associative with precedence 45
 for @{ 'neq $a $b }.
 
+notation "hvbox(a break \nleq b)" 
+  non associative with precedence 45
+for @{ 'nleq $a $b }.
+
+notation "hvbox(a break \ngeq b)" 
+  non associative with precedence 45
+for @{ 'ngeq $a $b }.
+
+notation "hvbox(a break \nless b)" 
+  non associative with precedence 45
+for @{ 'nless $a $b }.
+
+notation "hvbox(a break \ngtr b)" 
+  non associative with precedence 45
+for @{ 'ngtr $a $b }.
+
 notation "hvbox(a break + b)" 
   left associative with precedence 50
 for @{ 'plus $a $b }.