diff -r ac5709ac50b9 -r 00b70f3196c2 doc-src/IsarRef/hol.tex --- a/doc-src/IsarRef/hol.tex Sun Feb 04 19:40:06 2001 +0100 +++ b/doc-src/IsarRef/hol.tex Sun Feb 04 19:40:54 2001 +0100 @@ -6,7 +6,7 @@ \indexisaratt{rule-format}\indexisaratt{split-format} \begin{matharray}{rcl} rule_format & : & \isaratt \\ - split_format & : & \isaratt \\ + split_format^* & : & \isaratt \\ \end{matharray} \railalias{ruleformat}{rule\_format} @@ -33,11 +33,12 @@ \item [$split_format~\vec p@1 \dots \vec p@n$] puts tuple objects into canonical form as specified by the arguments given; $\vec p@i$ refers to - occurrences in premise $i$ of the rule. + occurrences in premise $i$ of the rule. The $split_format~(complete)$ form + causes \emph{all} arguments in function applications to be represented + canonically according to their tuple type structure. - The $split_format~(complete)$ form causes \emph{all} arguments in function - applications to be represented canonically according to their tuple type - structure. + Note that these operations tend to invent funny names for new local + parameters to be introduced. \end{descr}