]> matita.cs.unibo.it Git - helm.git/commitdiff
exponentiation should output with \sup not with ^, that is meant to be an
authorEnrico Tassi <enrico.tassi@inria.fr>
Tue, 25 Aug 2009 11:34:48 +0000 (11:34 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Tue, 25 Aug 2009 11:34:48 +0000 (11:34 +0000)
input only notation.

helm/software/matita/core_notation.moo

index 328274bb8926de9989bf1a4fa43bd788ff294ebf..f6049632631da84597804b632991fcd65f1ae317 100644 (file)
@@ -209,6 +209,8 @@ for @{ 'iff $a $b }.
 
 notation "hvbox(\Omega \sup term 90 A)" non associative with precedence 70
 for @{ 'powerset $A }.
+notation > "hvbox(\Omega ^ term 90 A)" non associative with precedence 70
+for @{ 'powerset $A }.
 
 notation < "hvbox({ ident i | term 19 p })" with precedence 90
 for @{ 'subset (\lambda ${ident i} : $nonexistent . $p)}.