]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/core_notation.moo
Exists is no longer an ad-hoc notation hard-coded in the parser.
[helm.git] / helm / software / matita / core_notation.moo
index 9055293175f66328f4719569dfa7d1c142ecdc74..2ea6f331d270e15803a02728706e542e8b38dba3 100644 (file)
@@ -4,6 +4,10 @@ for @{ 'exists ${default
   @{\lambda ${ident i} : $ty. $p}
   @{\lambda ${ident i} . $p}}}.
 
+notation > "\exists ident x:A.break term 19 Px" with precedence 20 for @{ 'exists (λ${ident x}:$A.$Px) }.
+
+notation > "\exists ident x.break term 19 Px" with precedence 20 for @{ 'exists (λ${ident x}.$Px) }.
+
 notation "hvbox(\langle term 19 a, break term 19 b\rangle)" 
 with precedence 90 for @{ 'pair $a $b}.