]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/PREDICATIVE-TOPOLOGY/class_defs.ma
notation_id were compared using Pervasives.equal this was rarely triggering the
[helm.git] / helm / software / matita / contribs / PREDICATIVE-TOPOLOGY / class_defs.ma
index 62fc8bdfa3047eb47b32990fd09771fed91f6b34..f337d8ce5dd22a8e2515073b98b92a34d6203f33 100644 (file)
@@ -63,7 +63,7 @@ interpretation "external for all" 'xforall \eta.x =
   (cic:/matita/PREDICATIVE-TOPOLOGY/class_defs/call.ind#xpointer(1/1) _ x).
 
 notation > "hvbox(\xforall ident i opt (: ty) break . p)"
-  right associative with precedence 20
+   with precedence 20
 for @{ 'xforall ${default
   @{\lambda ${ident i} : $ty. $p}
   @{\lambda ${ident i} . $p}}}.
@@ -73,7 +73,7 @@ interpretation "external for all 2" 'xforall2 \eta.x \eta.y =
   (cic:/matita/PREDICATIVE-TOPOLOGY/class_defs/call2.ind#xpointer(1/1) _ _ x y).
 
 notation > "hvbox(\xforall ident i1 opt (: ty1) ident i2 opt (: ty2) break . p)"
-  right associative with precedence 20
+  with precedence 20
 for @{ 'xforall2 ${default
   @{\lambda ${ident i1} : $ty1. \lambda ${ident i2} : $ty2. $p}
   @{\lambda ${ident i1}, ${ident i2}. $p}}}.