doc-src/TutorialI/document/Overloading.tex
author wenzelm
Tue, 28 Aug 2012 13:15:15 +0200
changeset 48965 1fead823c7c6
parent 48519 5deda0549f97
permissions -rw-r--r--
removed old stuff;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10305
adff80268127 *** empty log message ***
nipkow
parents:
diff changeset
     1
%
adff80268127 *** empty log message ***
nipkow
parents:
diff changeset
     2
\begin{isabellebody}%
adff80268127 *** empty log message ***
nipkow
parents:
diff changeset
     3
\def\isabellecontext{Overloading}%
17056
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
     4
%
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
     5
\isadelimtheory
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
     6
%
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
     7
\endisadelimtheory
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
     8
%
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
     9
\isatagtheory
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
    10
%
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
    11
\endisatagtheory
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
    12
{\isafoldtheory}%
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
    13
%
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
    14
\isadelimtheory
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
    15
%
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
    16
\endisadelimtheory
31678
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    17
%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    18
\begin{isamarkuptext}%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    19
Type classes allow \emph{overloading}; thus a constant may
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    20
have multiple definitions at non-overlapping types.%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    21
\end{isamarkuptext}%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    22
\isamarkuptrue%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    23
%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    24
\isamarkupsubsubsection{Overloading%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    25
}
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    26
\isamarkuptrue%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    27
%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    28
\begin{isamarkuptext}%
40406
313a24b66a8d updated generated files;
wenzelm
parents: 38325
diff changeset
    29
We can introduce a binary infix addition operator \isa{{\isaliteral{5C3C6F74696D65733E}{\isasymotimes}}}
31678
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    30
for arbitrary types by means of a type class:%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    31
\end{isamarkuptext}%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    32
\isamarkuptrue%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    33
\isacommand{class}\isamarkupfalse%
40406
313a24b66a8d updated generated files;
wenzelm
parents: 38325
diff changeset
    34
\ plus\ {\isaliteral{3D}{\isacharequal}}\isanewline
313a24b66a8d updated generated files;
wenzelm
parents: 38325
diff changeset
    35
\ \ \isakeyword{fixes}\ plus\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{22}{\isachardoublequoteopen}}{\isaliteral{27}{\isacharprime}}a\ {\isaliteral{5C3C52696768746172726F773E}{\isasymRightarrow}}\ {\isaliteral{27}{\isacharprime}}a\ {\isaliteral{5C3C52696768746172726F773E}{\isasymRightarrow}}\ {\isaliteral{27}{\isacharprime}}a{\isaliteral{22}{\isachardoublequoteclose}}\ {\isaliteral{28}{\isacharparenleft}}\isakeyword{infixl}\ {\isaliteral{22}{\isachardoublequoteopen}}{\isaliteral{5C3C6F706C75733E}{\isasymoplus}}{\isaliteral{22}{\isachardoublequoteclose}}\ {\isadigit{7}}{\isadigit{0}}{\isaliteral{29}{\isacharparenright}}%
31678
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    36
\begin{isamarkuptext}%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    37
\noindent This introduces a new class \isa{plus},
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    38
along with a constant \isa{plus} with nice infix syntax.
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    39
\isa{plus} is also named \emph{class operation}.  The type
40406
313a24b66a8d updated generated files;
wenzelm
parents: 38325
diff changeset
    40
of \isa{plus} carries a class constraint \isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{27}{\isacharprime}}a\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ plus{\isaliteral{22}{\isachardoublequote}}} on its type variable, meaning that only types of class
313a24b66a8d updated generated files;
wenzelm
parents: 38325
diff changeset
    41
\isa{plus} can be instantiated for \isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{27}{\isacharprime}}a{\isaliteral{22}{\isachardoublequote}}}.
31678
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    42
To breathe life into \isa{plus} we need to declare a type
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    43
to be an \bfindex{instance} of \isa{plus}:%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    44
\end{isamarkuptext}%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    45
\isamarkuptrue%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    46
\isacommand{instantiation}\isamarkupfalse%
40406
313a24b66a8d updated generated files;
wenzelm
parents: 38325
diff changeset
    47
\ nat\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ plus\isanewline
31678
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    48
\isakeyword{begin}%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    49
\begin{isamarkuptext}%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    50
\noindent Command \isacommand{instantiation} opens a local
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    51
theory context.  Here we can now instantiate \isa{plus} on
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    52
\isa{nat}:%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    53
\end{isamarkuptext}%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    54
\isamarkuptrue%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    55
\isacommand{primrec}\isamarkupfalse%
40406
313a24b66a8d updated generated files;
wenzelm
parents: 38325
diff changeset
    56
\ plus{\isaliteral{5F}{\isacharunderscore}}nat\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{22}{\isachardoublequoteopen}}nat\ {\isaliteral{5C3C52696768746172726F773E}{\isasymRightarrow}}\ nat\ {\isaliteral{5C3C52696768746172726F773E}{\isasymRightarrow}}\ nat{\isaliteral{22}{\isachardoublequoteclose}}\ \isakeyword{where}\isanewline
313a24b66a8d updated generated files;
wenzelm
parents: 38325
diff changeset
    57
\ \ \ \ {\isaliteral{22}{\isachardoublequoteopen}}{\isaliteral{28}{\isacharparenleft}}{\isadigit{0}}{\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}nat{\isaliteral{29}{\isacharparenright}}\ {\isaliteral{5C3C6F706C75733E}{\isasymoplus}}\ n\ {\isaliteral{3D}{\isacharequal}}\ n{\isaliteral{22}{\isachardoublequoteclose}}\isanewline
313a24b66a8d updated generated files;
wenzelm
parents: 38325
diff changeset
    58
\ \ {\isaliteral{7C}{\isacharbar}}\ {\isaliteral{22}{\isachardoublequoteopen}}Suc\ m\ {\isaliteral{5C3C6F706C75733E}{\isasymoplus}}\ n\ {\isaliteral{3D}{\isacharequal}}\ Suc\ {\isaliteral{28}{\isacharparenleft}}m\ {\isaliteral{5C3C6F706C75733E}{\isasymoplus}}\ n{\isaliteral{29}{\isacharparenright}}{\isaliteral{22}{\isachardoublequoteclose}}%
31678
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    59
\begin{isamarkuptext}%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    60
\noindent Note that the name \isa{plus} carries a
40406
313a24b66a8d updated generated files;
wenzelm
parents: 38325
diff changeset
    61
suffix \isa{{\isaliteral{5F}{\isacharunderscore}}nat}; by default, the local name of a class operation
313a24b66a8d updated generated files;
wenzelm
parents: 38325
diff changeset
    62
\isa{f} to be instantiated on type constructor \isa{{\isaliteral{5C3C6B617070613E}{\isasymkappa}}} is mangled
313a24b66a8d updated generated files;
wenzelm
parents: 38325
diff changeset
    63
as \isa{f{\isaliteral{5F}{\isacharunderscore}}{\isaliteral{5C3C6B617070613E}{\isasymkappa}}}.  In case of uncertainty, these names may be inspected
313a24b66a8d updated generated files;
wenzelm
parents: 38325
diff changeset
    64
using the \hyperlink{command.print-context}{\mbox{\isa{\isacommand{print{\isaliteral{5F}{\isacharunderscore}}context}}}} command or the corresponding
31678
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    65
ProofGeneral button.
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    66
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    67
Although class \isa{plus} has no axioms, the instantiation must be
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    68
formally concluded by a (trivial) instantiation proof ``..'':%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    69
\end{isamarkuptext}%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    70
\isamarkuptrue%
17175
1eced27ee0e1 updated;
wenzelm
parents: 17056
diff changeset
    71
\isacommand{instance}\isamarkupfalse%
17056
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
    72
%
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
    73
\isadelimproof
31678
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    74
\ %
17056
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
    75
\endisadelimproof
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
    76
%
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
    77
\isatagproof
40406
313a24b66a8d updated generated files;
wenzelm
parents: 38325
diff changeset
    78
\isacommand{{\isaliteral{2E}{\isachardot}}{\isaliteral{2E}{\isachardot}}}\isamarkupfalse%
31678
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    79
%
17056
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
    80
\endisatagproof
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
    81
{\isafoldproof}%
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
    82
%
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
    83
\isadelimproof
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
    84
%
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
    85
\endisadelimproof
11866
fbd097aec213 updated;
wenzelm
parents: 11494
diff changeset
    86
%
10305
adff80268127 *** empty log message ***
nipkow
parents:
diff changeset
    87
\begin{isamarkuptext}%
31678
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    88
\noindent More interesting \isacommand{instance} proofs will
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    89
arise below.
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    90
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    91
The instantiation is finished by an explicit%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    92
\end{isamarkuptext}%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    93
\isamarkuptrue%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    94
\isacommand{end}\isamarkupfalse%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    95
%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    96
\begin{isamarkuptext}%
40406
313a24b66a8d updated generated files;
wenzelm
parents: 38325
diff changeset
    97
\noindent From now on, terms like \isa{Suc\ {\isaliteral{28}{\isacharparenleft}}m\ {\isaliteral{5C3C6F706C75733E}{\isasymoplus}}\ {\isadigit{2}}{\isaliteral{29}{\isacharparenright}}} are
31678
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    98
legal.%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
    99
\end{isamarkuptext}%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   100
\isamarkuptrue%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   101
\isacommand{instantiation}\isamarkupfalse%
40406
313a24b66a8d updated generated files;
wenzelm
parents: 38325
diff changeset
   102
\ prod\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{28}{\isacharparenleft}}plus{\isaliteral{2C}{\isacharcomma}}\ plus{\isaliteral{29}{\isacharparenright}}\ plus\isanewline
31678
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   103
\isakeyword{begin}%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   104
\begin{isamarkuptext}%
38325
6daf896bca5e * -> prod
haftmann
parents: 31682
diff changeset
   105
\noindent Here we instantiate the product type \isa{prod} to
31678
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   106
class \isa{plus}, given that its type arguments are of
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   107
class \isa{plus}:%
10305
adff80268127 *** empty log message ***
nipkow
parents:
diff changeset
   108
\end{isamarkuptext}%
17175
1eced27ee0e1 updated;
wenzelm
parents: 17056
diff changeset
   109
\isamarkuptrue%
31678
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   110
\isacommand{fun}\isamarkupfalse%
40406
313a24b66a8d updated generated files;
wenzelm
parents: 38325
diff changeset
   111
\ plus{\isaliteral{5F}{\isacharunderscore}}prod\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{22}{\isachardoublequoteopen}}{\isaliteral{27}{\isacharprime}}a\ {\isaliteral{5C3C74696D65733E}{\isasymtimes}}\ {\isaliteral{27}{\isacharprime}}b\ {\isaliteral{5C3C52696768746172726F773E}{\isasymRightarrow}}\ {\isaliteral{27}{\isacharprime}}a\ {\isaliteral{5C3C74696D65733E}{\isasymtimes}}\ {\isaliteral{27}{\isacharprime}}b\ {\isaliteral{5C3C52696768746172726F773E}{\isasymRightarrow}}\ {\isaliteral{27}{\isacharprime}}a\ {\isaliteral{5C3C74696D65733E}{\isasymtimes}}\ {\isaliteral{27}{\isacharprime}}b{\isaliteral{22}{\isachardoublequoteclose}}\ \isakeyword{where}\isanewline
313a24b66a8d updated generated files;
wenzelm
parents: 38325
diff changeset
   112
\ \ {\isaliteral{22}{\isachardoublequoteopen}}{\isaliteral{28}{\isacharparenleft}}x{\isaliteral{2C}{\isacharcomma}}\ y{\isaliteral{29}{\isacharparenright}}\ {\isaliteral{5C3C6F706C75733E}{\isasymoplus}}\ {\isaliteral{28}{\isacharparenleft}}w{\isaliteral{2C}{\isacharcomma}}\ z{\isaliteral{29}{\isacharparenright}}\ {\isaliteral{3D}{\isacharequal}}\ {\isaliteral{28}{\isacharparenleft}}x\ {\isaliteral{5C3C6F706C75733E}{\isasymoplus}}\ w{\isaliteral{2C}{\isacharcomma}}\ y\ {\isaliteral{5C3C6F706C75733E}{\isasymoplus}}\ z{\isaliteral{29}{\isacharparenright}}{\isaliteral{22}{\isachardoublequoteclose}}%
31678
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   113
\begin{isamarkuptext}%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   114
\noindent Obviously, overloaded specifications may include
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   115
recursion over the syntactic structure of types.%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   116
\end{isamarkuptext}%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   117
\isamarkuptrue%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   118
\isacommand{instance}\isamarkupfalse%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   119
%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   120
\isadelimproof
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   121
\ %
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   122
\endisadelimproof
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   123
%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   124
\isatagproof
40406
313a24b66a8d updated generated files;
wenzelm
parents: 38325
diff changeset
   125
\isacommand{{\isaliteral{2E}{\isachardot}}{\isaliteral{2E}{\isachardot}}}\isamarkupfalse%
31678
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   126
%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   127
\endisatagproof
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   128
{\isafoldproof}%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   129
%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   130
\isadelimproof
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   131
%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   132
\endisadelimproof
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   133
\isanewline
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   134
\isanewline
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   135
\isacommand{end}\isamarkupfalse%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   136
%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   137
\begin{isamarkuptext}%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   138
\noindent This way we have encoded the canonical lifting of
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   139
binary operations to products by means of type classes.%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   140
\end{isamarkuptext}%
752f23a37240 reworked section on type classes
haftmann
parents: 27169
diff changeset
   141
\isamarkuptrue%
27169
89d5f117add3 fixed type
nipkow
parents: 17187
diff changeset
   142
%
17056
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
   143
\isadelimtheory
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
   144
%
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
   145
\endisadelimtheory
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
   146
%
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
   147
\isatagtheory
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
   148
%
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
   149
\endisatagtheory
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
   150
{\isafoldtheory}%
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
   151
%
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
   152
\isadelimtheory
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
   153
%
05fc32a23b8b updated;
wenzelm
parents: 16353
diff changeset
   154
\endisadelimtheory
11866
fbd097aec213 updated;
wenzelm
parents: 11494
diff changeset
   155
\end{isabellebody}%
10305
adff80268127 *** empty log message ***
nipkow
parents:
diff changeset
   156
%%% Local Variables:
adff80268127 *** empty log message ***
nipkow
parents:
diff changeset
   157
%%% mode: latex
adff80268127 *** empty log message ***
nipkow
parents:
diff changeset
   158
%%% TeX-master: "root"
adff80268127 *** empty log message ***
nipkow
parents:
diff changeset
   159
%%% End: