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=718d9bcfb53dd76a5c0622aff9fed69a68769324;hp=3cb2391742186f2450bfe3b24fa014e3bae0058c;hpb=cf24ec700cf0516891432b6a63638a2c966474af;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 3cb239174..f337d8ce5 100644 --- a/helm/software/matita/contribs/PREDICATIVE-TOPOLOGY/class_defs.ma +++ b/helm/software/matita/contribs/PREDICATIVE-TOPOLOGY/class_defs.ma @@ -12,6 +12,8 @@ (* *) (**************************************************************************) +(* STATO: COMPILA *) + (* Project started Wed Oct 12, 2005 ***************************************) set "baseuri" "cic:/matita/PREDICATIVE-TOPOLOGY/class_defs". @@ -61,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}}}. @@ -71,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}}}.