]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/core_notation.moo
Some notation moved to core_notation.
[helm.git] / helm / software / matita / core_notation.moo
index 1ea2f922bc55211f29c03acc9533d9f3257ca0b8..9891129afa0d1bcf3c92102eb6cded9822f4f946 100644 (file)
@@ -137,6 +137,15 @@ notation "hvbox(\lnot a)"
   non associative with precedence 40
 for @{ 'not $a }.
 
+notation > "hvbox(a break \liff b)" 
+  left associative with precedence 25
+for @{ 'iff $a $b }.
+
+notation "hvbox(a break \leftrightarrow b)" 
+  left associative with precedence 25
+for @{ 'iff $a $b }.
+
+
 notation "hvbox(\Omega \sup term 90 A)" non associative with precedence 70
 for @{ 'powerset $A }.