doc-src/IsarRef/generic.tex
changeset 12879 8e1cae1de136
parent 12621 48cafea0684b
child 12967 c61def7021e8
--- a/doc-src/IsarRef/generic.tex	Tue Feb 12 20:32:23 2002 +0100
+++ b/doc-src/IsarRef/generic.tex	Tue Feb 12 20:33:03 2002 +0100
@@ -25,9 +25,9 @@
 Isabelle documentation.
 
 \begin{rail}
-  'axclass' classdecl (axmdecl prop comment? +)
+  'axclass' classdecl (axmdecl prop +)
   ;
-  'instance' (nameref ('<' | subseteq) nameref | nameref '::' simplearity) comment?
+  'instance' (nameref ('<' | subseteq) nameref | nameref '::' simplearity)
   ;
 \end{rail}
 
@@ -79,7 +79,7 @@
 corresponding parameters do \emph{not} occur in the conclusion.
 
 \begin{rail}
-  'obtain' (vars + 'and') comment? \\ 'where' (props comment? + 'and')
+  'obtain' (vars + 'and') 'where' (props + 'and')
   ;
 \end{rail}
 
@@ -163,14 +163,12 @@
 \end{matharray}
 
 \begin{rail}
-  ('also' | 'finally') transrules? comment?
-  ;
-  ('moreover' | 'ultimately') comment?
+  ('also' | 'finally') transrules?
   ;
   'trans' (() | 'add' | 'del')
   ;
 
-  transrules: '(' thmrefs ')' interest?
+  transrules: '(' thmrefs ')'
   ;
 \end{rail}
 
@@ -193,9 +191,9 @@
 
 \item [$\MOREOVER$ and $\ULTIMATELY$] are analogous to $\ALSO$ and $\FINALLY$,
   but collect results only, without applying rules.
-
-\item [$\isarkeyword{print_trans_rules}$] prints the list of transitivity
-  rules declared in the current context.
+  
+\item [$\isarkeyword{print_trans_rules}$] prints the list of transitivity (and
+  symmetry) rules declared in the current context.
 
 \item [$trans$] declares theorems as transitivity rules.