X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fhelp%2FC%2Fsec_usernotation.xml;h=66952a8145e1bc0fb6d28ba11d4c8dc78c9267b1;hb=0080faad4e730c227b6bbb2549407b23703b477a;hp=33c10c6f650885b9d4ecde2323faadf9b849b690;hpb=3802156c428a73566ba757d7ec97ecc60697a2d6;p=helm.git diff --git a/helm/software/matita/help/C/sec_usernotation.xml b/helm/software/matita/help/C/sec_usernotation.xml index 33c10c6f6..66952a814 100644 --- a/helm/software/matita/help/C/sec_usernotation.xml +++ b/helm/software/matita/help/C/sec_usernotation.xml @@ -84,7 +84,7 @@ | - left associative + right associative Right associative @@ -124,7 +124,7 @@ &unparsed_ast; ::= - @{&term;} + @{&enriched_term;} A content level AST (a term which is parsed, but not disambiguated). @@ -143,6 +143,20 @@ + + enriched_term + + + + &enriched_term; + ::= + 〈〈A term that may contain occurrences of &unparsed_meta;, even as variable names in binders, and occurrences of &csymbol;〉〉 + &TODO; + + + +
+ unparsed_meta @@ -299,9 +313,15 @@ | - \frac &layout; &layout; + &layout; \frac &layout; Fraction + + + | + \infrule &layout; &layout; &layout; + Inference rule (premises, conclusion, rule name) + |