antiquotations: added options short_names, unique_names;
authorwenzelm
Tue, 31 May 2005 11:53:11 +0200
changeset 16120 6a449deff8d9
parent 16119 c0916ed7b8e9
child 16121 a80aa66d2271
antiquotations: added options short_names, unique_names;
doc-src/IsarRef/syntax.tex
--- a/doc-src/IsarRef/syntax.tex	Tue May 31 11:53:10 2005 +0200
+++ b/doc-src/IsarRef/syntax.tex	Tue May 31 11:53:11 2005 +0200
@@ -547,6 +547,12 @@
 \item[$show_structs = bool$] controls printing of implicit structures.
 \item[$long_names = bool$] forces names of types and constants etc.\ to be
   printed in their fully qualified internal form.
+\item[$short_names = bool$] forces names of types and constants etc.\ to be
+  printed unqualified.  Note that internalizing the output again in the
+  current context may well yield a different result.
+\item[$unique_names = bool$] determines whether the printed version of
+  qualified names should be made sufficiently long to avoid overlap with names
+  declared further back.  Set to $false$ for more concise output.
 \item[$eta_contract = bool$] prints terms in $\eta$-contracted form.
 \item[$display = bool$] indicates if the text is to be output as multi-line
   ``display material'', rather than a small piece of text without line breaks