X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2FPREDICATIVE-TOPOLOGY%2Fclass_defs.ma;h=f337d8ce5dd22a8e2515073b98b92a34d6203f33;hb=b6e187ff7580c3dbec8bf467915d0ccd0dfd65a8;hp=62fc8bdfa3047eb47b32990fd09771fed91f6b34;hpb=0835fcca50e122239b67fd1eadf13cd88da8f4d2;p=helm.git diff --git a/helm/software/matita/contribs/PREDICATIVE-TOPOLOGY/class_defs.ma b/helm/software/matita/contribs/PREDICATIVE-TOPOLOGY/class_defs.ma index 62fc8bdfa..f337d8ce5 100644 --- a/helm/software/matita/contribs/PREDICATIVE-TOPOLOGY/class_defs.ma +++ b/helm/software/matita/contribs/PREDICATIVE-TOPOLOGY/class_defs.ma @@ -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}}}.