X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcore_notation.moo;h=3b157ec5877d3933805a51b9344da2162db2c2d6;hb=f9ea1ebdfeee7361aacfbed09b0f8f16c3034be8;hp=c30e5142c08d6380890a4d6b6e7b955636238542;hpb=55b82bd235d82ff7f0a40d980effe1efde1f5073;p=helm.git diff --git a/helm/software/matita/core_notation.moo b/helm/software/matita/core_notation.moo index c30e5142c..3b157ec58 100644 --- a/helm/software/matita/core_notation.moo +++ b/helm/software/matita/core_notation.moo @@ -1,3 +1,9 @@ +notation < "hvbox(\exists ident i opt (: ty) break . p)" + right associative with precedence 20 +for @{ 'exists ${default + @{\lambda ${ident i} : $ty. $p)} + @{\lambda ${ident i} . $p}}}. + notation "hvbox(a break \to b)" right associative with precedence 20 for @{ \forall $_:$a.$b }.