]> matita.cs.unibo.it Git - helm.git/commitdiff
Fixed bugs in the documentation of notation.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 20 Jun 2008 16:39:32 +0000 (16:39 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 20 Jun 2008 16:39:32 +0000 (16:39 +0000)
All TODOs left I do not know how to fill.

helm/software/matita/help/C/matita.xml
helm/software/matita/help/C/sec_usernotation.xml

index a24b969eb7af1efab225e30f89b0e0d834f2163d..f66e6409336fd7698ed8d88f3acd3217e7f690c7 100644 (file)
@@ -68,6 +68,7 @@
   <!ENTITY level2_meta "<emphasis><link linkend='grammar.level2_meta'>level2_meta</link></emphasis>">
   <!ENTITY unparsed_ast "<emphasis><link linkend='grammar.unparsed_ast'>unparsed_ast</link></emphasis>">
   <!ENTITY unparsed_meta "<emphasis><link linkend='grammar.unparsed_meta'>unparsed_meta</link></emphasis>">
+  <!ENTITY enriched_term "<emphasis><link linkend='grammar.enriched_term'>enriched_term</link></emphasis>">
 ]>
 
 <?yelp:chunk-depth 3?>
index 33c10c6f650885b9d4ecde2323faadf9b849b690..874e2d54f31a0d597ba35b97581e709b9789c0c4 100644 (file)
        <row>
         <entry id="grammar.unparsed_ast">&unparsed_ast;</entry>
         <entry>::=</entry>
-        <entry><emphasis role="bold">@{</emphasis>&term;<emphasis role="bold">}</emphasis></entry>
+        <entry><emphasis role="bold">@{</emphasis>&enriched_term;<emphasis role="bold">}</emphasis></entry>
         <entry>A content level AST (a term which is parsed, but not disambiguated).</entry>
        </row>
        <row>
       </tgroup>
      </table>
 
+    <table frame="topbot" rowsep="0" colsep="0" role="grammar">
+      <title>enriched_term</title>
+      <tgroup cols="4">
+      <tbody>
+       <row>
+        <entry id="grammar.enriched_term">&enriched_term;</entry>
+        <entry>::=</entry>
+        <entry>〈〈A term that may contain occurrences of &unparsed_meta;, even as variable names in binders, and occurrences of &csymbol;〉〉</entry>
+        <entry>&TODO;</entry>
+       </row>
+      </tbody>
+      </tgroup>
+     </table>
+
     <table frame="topbot" rowsep="0" colsep="0" role="grammar">
       <title>unparsed_meta</title>
       <tgroup cols="4">