doc-src/IsarRef/hol.tex
changeset 9941 fe05af7ec816
parent 9935 a87965201c34
child 9949 1741a61d4b33
--- a/doc-src/IsarRef/hol.tex	Tue Sep 12 19:03:13 2000 +0200
+++ b/doc-src/IsarRef/hol.tex	Tue Sep 12 22:13:23 2000 +0200
@@ -3,21 +3,24 @@
 
 \section{Miscellaneous attributes}
 
-\indexisaratt{rulified}
+\indexisaratt{rule-format}
 \begin{matharray}{rcl}
-  rulified & : & \isaratt \\
+  rule_format & : & \isaratt \\
 \end{matharray}
 
+\railalias{ruleformat}{rule\_format}
+\railterm{ruleformat}
+
 \begin{rail}
-  'rulified' ('(' noasm ')')?
+  ruleformat ('(' noasm ')')?
   ;
 \end{rail}
 
 \begin{descr}
   
-\item [$rulified$] causes a theorem to be put into standard object-rule form,
-  replacing implication and (bounded) universal quantification of HOL by the
-  corresponding meta-logical connectives.  By default, the result is fully
+\item [$rule_format$] causes a theorem to be put into standard object-rule
+  form, replacing implication and (bounded) universal quantification of HOL by
+  the corresponding meta-logical connectives.  By default, the result is fully
   normalized, including assumptions and conclusions at any depth.  The
   $no_asm$ option restricts the transformation to the conclusion of a rule.
 \end{descr}