From: Claudio Sacerdoti Coen Date: Fri, 20 Jun 2008 16:39:32 +0000 (+0000) Subject: Fixed bugs in the documentation of notation. X-Git-Tag: make_still_working~5005 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=c7273b99b956d0db4aead7f878654cb772bf4560;p=helm.git Fixed bugs in the documentation of notation. All TODOs left I do not know how to fill. --- diff --git a/helm/software/matita/help/C/matita.xml b/helm/software/matita/help/C/matita.xml index a24b969eb..f66e64093 100644 --- a/helm/software/matita/help/C/matita.xml +++ b/helm/software/matita/help/C/matita.xml @@ -68,6 +68,7 @@ level2_meta"> unparsed_ast"> unparsed_meta"> + enriched_term"> ]> diff --git a/helm/software/matita/help/C/sec_usernotation.xml b/helm/software/matita/help/C/sec_usernotation.xml index 33c10c6f6..874e2d54f 100644 --- a/helm/software/matita/help/C/sec_usernotation.xml +++ b/helm/software/matita/help/C/sec_usernotation.xml @@ -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