doc-src/Codegen/Thy/document/Adaptation.tex
author haftmann
Mon, 27 Sep 2010 16:27:31 +0200
changeset 39745 3aa2bc9c5478
parent 39712 94b1890e4e4a
child 40351 090dac52cfd7
permissions -rw-r--r--
combine quote and typewriter/tt tag
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
     1
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
     2
\begin{isabellebody}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
     3
\def\isabellecontext{Adaptation}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
     4
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
     5
\isadelimtheory
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
     6
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
     7
\endisadelimtheory
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
     8
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
     9
\isatagtheory
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    10
\isacommand{theory}\isamarkupfalse%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    11
\ Adaptation\isanewline
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    12
\isakeyword{imports}\ Setup\isanewline
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    13
\isakeyword{begin}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    14
\endisatagtheory
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    15
{\isafoldtheory}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    16
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    17
\isadelimtheory
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    18
\isanewline
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    19
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    20
\endisadelimtheory
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    21
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    22
\isadeliminvisible
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    23
\isanewline
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    24
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    25
\endisadeliminvisible
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    26
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    27
\isataginvisible
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    28
\isacommand{setup}\isamarkupfalse%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    29
\ {\isacharverbatimopen}\ Code{\isacharunderscore}Target{\isachardot}extend{\isacharunderscore}target\ {\isacharparenleft}{\isachardoublequote}{\isasymSML}{\isachardoublequote}{\isacharcomma}\ {\isacharparenleft}{\isachardoublequote}SML{\isachardoublequote}{\isacharcomma}\ K\ I{\isacharparenright}{\isacharparenright}\ {\isacharverbatimclose}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    30
\endisataginvisible
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    31
{\isafoldinvisible}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    32
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    33
\isadeliminvisible
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    34
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    35
\endisadeliminvisible
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    36
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    37
\isamarkupsection{Adaptation to target languages \label{sec:adaptation}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    38
}
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    39
\isamarkuptrue%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    40
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    41
\isamarkupsubsection{Adapting code generation%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    42
}
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    43
\isamarkuptrue%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    44
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    45
\begin{isamarkuptext}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    46
The aspects of code generation introduced so far have two aspects
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    47
  in common:
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    48
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    49
  \begin{itemize}
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    50
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    51
    \item They act uniformly, without reference to a specific target
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    52
       language.
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    53
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    54
    \item They are \emph{safe} in the sense that as long as you trust
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    55
       the code generator meta theory and implementation, you cannot
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    56
       produce programs that yield results which are not derivable in
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    57
       the logic.
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    58
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    59
  \end{itemize}
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    60
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    61
  \noindent In this section we will introduce means to \emph{adapt}
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    62
  the serialiser to a specific target language, i.e.~to print program
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    63
  fragments in a way which accommodates \qt{already existing}
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    64
  ingredients of a target language environment, for three reasons:
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    65
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    66
  \begin{itemize}
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    67
    \item improving readability and aesthetics of generated code
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    68
    \item gaining efficiency
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    69
    \item interface with language parts which have no direct counterpart
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    70
      in \isa{HOL} (say, imperative data structures)
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    71
  \end{itemize}
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    72
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    73
  \noindent Generally, you should avoid using those features yourself
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    74
  \emph{at any cost}:
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    75
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    76
  \begin{itemize}
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    77
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    78
    \item The safe configuration methods act uniformly on every target
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    79
      language, whereas for adaptation you have to treat each target
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    80
      language separately.
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    81
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    82
    \item Application is extremely tedious since there is no
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    83
      abstraction which would allow for a static check, making it easy
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    84
      to produce garbage.
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    85
34155
14aaccb399b3 Polishing up the English
paulson
parents: 33707
diff changeset
    86
    \item Subtle errors can be introduced unconsciously.
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    87
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    88
  \end{itemize}
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    89
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    90
  \noindent However, even if you ought refrain from setting up
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    91
  adaptation yourself, already the \isa{HOL} comes with some
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    92
  reasonable default adaptations (say, using target language list
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    93
  syntax).  There also some common adaptation cases which you can
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    94
  setup by importing particular library theories.  In order to
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    95
  understand these, we provide some clues here; these however are not
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
    96
  supposed to replace a careful study of the sources.%
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    97
\end{isamarkuptext}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    98
\isamarkuptrue%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
    99
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   100
\isamarkupsubsection{The adaptation principle%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   101
}
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   102
\isamarkuptrue%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   103
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   104
\begin{isamarkuptext}%
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   105
Figure \ref{fig:adaptation} illustrates what \qt{adaptation} is
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   106
  conceptually supposed to be:
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   107
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   108
  \begin{figure}[here]
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   109
    \includegraphics{adaptation}
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   110
    \caption{The adaptation principle}
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   111
    \label{fig:adaptation}
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   112
  \end{figure}
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   113
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   114
  \noindent In the tame view, code generation acts as broker between
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   115
  \isa{logic}, \isa{intermediate\ language} and \isa{target\ language} by means of \isa{translation} and \isa{serialisation}; for the latter, the serialiser has to observe the
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   116
  structure of the \isa{language} itself plus some \isa{reserved}
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   117
  keywords which have to be avoided for generated code.  However, if
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   118
  you consider \isa{adaptation} mechanisms, the code generated by
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   119
  the serializer is just the tip of the iceberg:
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   120
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   121
  \begin{itemize}
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   122
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   123
    \item \isa{serialisation} can be \emph{parametrised} such that
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   124
      logical entities are mapped to target-specific ones
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   125
      (e.g. target-specific list syntax, see also
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   126
      \secref{sec:adaptation_mechanisms})
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   127
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   128
    \item Such parametrisations can involve references to a
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   129
      target-specific standard \isa{library} (e.g. using the \isa{Haskell} \verb|Maybe| type instead of the \isa{HOL}
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   130
      \isa{option} type); if such are used, the corresponding
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   131
      identifiers (in our example, \verb|Maybe|, \verb|Nothing| and \verb|Just|) also have to be considered \isa{reserved}.
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   132
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   133
    \item Even more, the user can enrich the library of the
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   134
      target-language by providing code snippets (\qt{\isa{includes}}) which are prepended to any generated code (see
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   135
      \secref{sec:include}); this typically also involves further
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   136
      \isa{reserved} identifiers.
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   137
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   138
  \end{itemize}
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   139
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   140
  \noindent As figure \ref{fig:adaptation} illustrates, all these
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   141
  adaptation mechanisms have to act consistently; it is at the
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   142
  discretion of the user to take care for this.%
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   143
\end{isamarkuptext}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   144
\isamarkuptrue%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   145
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   146
\isamarkupsubsection{Common adaptation patterns%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   147
}
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   148
\isamarkuptrue%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   149
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   150
\begin{isamarkuptext}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   151
The \hyperlink{theory.HOL}{\mbox{\isa{HOL}}} \hyperlink{theory.Main}{\mbox{\isa{Main}}} theory already provides a code
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   152
  generator setup which should be suitable for most applications.
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   153
  Common extensions and modifications are available by certain
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   154
  theories of the \isa{HOL} library; beside being useful in
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   155
  applications, they may serve as a tutorial for customising the code
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   156
  generator setup (see below \secref{sec:adaptation_mechanisms}).
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   157
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   158
  \begin{description}
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   159
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   160
    \item[\hyperlink{theory.Code-Integer}{\mbox{\isa{Code{\isacharunderscore}Integer}}}] represents \isa{HOL} integers by
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   161
       big integer literals in target languages.
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   162
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   163
    \item[\hyperlink{theory.Code-Char}{\mbox{\isa{Code{\isacharunderscore}Char}}}] represents \isa{HOL} characters by
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   164
       character literals in target languages.
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   165
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   166
    \item[\hyperlink{theory.Code-Char-chr}{\mbox{\isa{Code{\isacharunderscore}Char{\isacharunderscore}chr}}}] like \isa{Code{\isacharunderscore}Char}, but
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   167
       also offers treatment of character codes; includes \hyperlink{theory.Code-Char}{\mbox{\isa{Code{\isacharunderscore}Char}}}.
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   168
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   169
    \item[\hyperlink{theory.Efficient-Nat}{\mbox{\isa{Efficient{\isacharunderscore}Nat}}}] \label{eff_nat} implements
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   170
       natural numbers by integers, which in general will result in
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   171
       higher efficiency; pattern matching with \isa{{\isadigit{0}}} /
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   172
       \isa{Suc} is eliminated; includes \hyperlink{theory.Code-Integer}{\mbox{\isa{Code{\isacharunderscore}Integer}}}
31206
a9fa62683582 adjusted to changed theory name
haftmann
parents: 31150
diff changeset
   173
       and \hyperlink{theory.Code-Numeral}{\mbox{\isa{Code{\isacharunderscore}Numeral}}}.
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   174
31206
a9fa62683582 adjusted to changed theory name
haftmann
parents: 31150
diff changeset
   175
    \item[\hyperlink{theory.Code-Numeral}{\mbox{\isa{Code{\isacharunderscore}Numeral}}}] provides an additional datatype
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   176
       \isa{index} which is mapped to target-language built-in
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   177
       integers.  Useful for code setups which involve e.g.~indexing
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   178
       of target-language arrays.
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   179
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   180
    \item[\hyperlink{theory.String}{\mbox{\isa{String}}}] provides an additional datatype \isa{String{\isachardot}literal} which is isomorphic to strings; \isa{String{\isachardot}literal}s are mapped to target-language strings.  Useful
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   181
       for code setups which involve e.g.~printing (error) messages.
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   182
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   183
  \end{description}
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   184
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   185
  \begin{warn}
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   186
    When importing any of these theories, they should form the last
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   187
    items in an import list.  Since these theories adapt the code
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   188
    generator setup in a non-conservative fashion, strange effects may
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   189
    occur otherwise.
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   190
  \end{warn}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   191
\end{isamarkuptext}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   192
\isamarkuptrue%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   193
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   194
\isamarkupsubsection{Parametrising serialisation \label{sec:adaptation_mechanisms}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   195
}
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   196
\isamarkuptrue%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   197
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   198
\begin{isamarkuptext}%
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   199
Consider the following function and its corresponding SML code:%
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   200
\end{isamarkuptext}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   201
\isamarkuptrue%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   202
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   203
\isadelimquote
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   204
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   205
\endisadelimquote
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   206
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   207
\isatagquote
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   208
\isacommand{primrec}\isamarkupfalse%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   209
\ in{\isacharunderscore}interval\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequoteopen}nat\ {\isasymtimes}\ nat\ {\isasymRightarrow}\ nat\ {\isasymRightarrow}\ bool{\isachardoublequoteclose}\ \isakeyword{where}\isanewline
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   210
\ \ {\isachardoublequoteopen}in{\isacharunderscore}interval\ {\isacharparenleft}k{\isacharcomma}\ l{\isacharparenright}\ n\ {\isasymlongleftrightarrow}\ k\ {\isasymle}\ n\ {\isasymand}\ n\ {\isasymle}\ l{\isachardoublequoteclose}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   211
\endisatagquote
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   212
{\isafoldquote}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   213
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   214
\isadelimquote
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   215
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   216
\endisadelimquote
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   217
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   218
\isadeliminvisible
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   219
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   220
\endisadeliminvisible
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   221
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   222
\isataginvisible
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   223
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   224
\endisataginvisible
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   225
{\isafoldinvisible}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   226
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   227
\isadeliminvisible
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   228
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   229
\endisadeliminvisible
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   230
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   231
\isadelimquotetypewriter
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   232
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   233
\endisadelimquotetypewriter
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   234
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   235
\isatagquotetypewriter
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   236
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   237
\begin{isamarkuptext}%
39683
f75a01ee6c41 prefer typewrite tag over raw latex environment
haftmann
parents: 39664
diff changeset
   238
structure\ Example\ {\isacharcolon}\ sig\isanewline
39664
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   239
\ \ datatype\ nat\ {\isacharequal}\ Zero{\isacharunderscore}nat\ {\isacharbar}\ Suc\ of\ nat\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   240
\ \ datatype\ boola\ {\isacharequal}\ True\ {\isacharbar}\ False\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   241
\ \ val\ conj\ {\isacharcolon}\ boola\ {\isacharminus}{\isachargreater}\ boola\ {\isacharminus}{\isachargreater}\ boola\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   242
\ \ val\ less{\isacharunderscore}nat\ {\isacharcolon}\ nat\ {\isacharminus}{\isachargreater}\ nat\ {\isacharminus}{\isachargreater}\ boola\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   243
\ \ val\ less{\isacharunderscore}eq{\isacharunderscore}nat\ {\isacharcolon}\ nat\ {\isacharminus}{\isachargreater}\ nat\ {\isacharminus}{\isachargreater}\ boola\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   244
\ \ val\ in{\isacharunderscore}interval\ {\isacharcolon}\ nat\ {\isacharasterisk}\ nat\ {\isacharminus}{\isachargreater}\ nat\ {\isacharminus}{\isachargreater}\ boola\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   245
end\ {\isacharequal}\ struct\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   246
\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   247
datatype\ nat\ {\isacharequal}\ Zero{\isacharunderscore}nat\ {\isacharbar}\ Suc\ of\ nat{\isacharsemicolon}\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   248
\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   249
datatype\ boola\ {\isacharequal}\ True\ {\isacharbar}\ False{\isacharsemicolon}\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   250
\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   251
fun\ conj\ p\ True\ {\isacharequal}\ p\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   252
\ \ {\isacharbar}\ conj\ p\ False\ {\isacharequal}\ False\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   253
\ \ {\isacharbar}\ conj\ True\ p\ {\isacharequal}\ p\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   254
\ \ {\isacharbar}\ conj\ False\ p\ {\isacharequal}\ False{\isacharsemicolon}\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   255
\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   256
fun\ less{\isacharunderscore}nat\ m\ {\isacharparenleft}Suc\ n{\isacharparenright}\ {\isacharequal}\ less{\isacharunderscore}eq{\isacharunderscore}nat\ m\ n\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   257
\ \ {\isacharbar}\ less{\isacharunderscore}nat\ n\ Zero{\isacharunderscore}nat\ {\isacharequal}\ False\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   258
and\ less{\isacharunderscore}eq{\isacharunderscore}nat\ {\isacharparenleft}Suc\ m{\isacharparenright}\ n\ {\isacharequal}\ less{\isacharunderscore}nat\ m\ n\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   259
\ \ {\isacharbar}\ less{\isacharunderscore}eq{\isacharunderscore}nat\ Zero{\isacharunderscore}nat\ n\ {\isacharequal}\ True{\isacharsemicolon}\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   260
\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   261
fun\ in{\isacharunderscore}interval\ {\isacharparenleft}k{\isacharcomma}\ l{\isacharparenright}\ n\ {\isacharequal}\ conj\ {\isacharparenleft}less{\isacharunderscore}eq{\isacharunderscore}nat\ k\ n{\isacharparenright}\ {\isacharparenleft}less{\isacharunderscore}eq{\isacharunderscore}nat\ n\ l{\isacharparenright}{\isacharsemicolon}\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   262
\isanewline
39683
f75a01ee6c41 prefer typewrite tag over raw latex environment
haftmann
parents: 39664
diff changeset
   263
end{\isacharsemicolon}\ {\isacharparenleft}{\isacharasterisk}struct\ Example{\isacharasterisk}{\isacharparenright}\isanewline%
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   264
\end{isamarkuptext}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   265
\isamarkuptrue%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   266
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   267
\endisatagquotetypewriter
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   268
{\isafoldquotetypewriter}%
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   269
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   270
\isadelimquotetypewriter
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   271
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   272
\endisadelimquotetypewriter
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   273
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   274
\begin{isamarkuptext}%
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   275
\noindent Though this is correct code, it is a little bit
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   276
  unsatisfactory: boolean values and operators are materialised as
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   277
  distinguished entities with have nothing to do with the SML-built-in
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   278
  notion of \qt{bool}.  This results in less readable code;
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   279
  additionally, eager evaluation may cause programs to loop or break
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   280
  which would perfectly terminate when the existing SML \verb|bool| would be used.  To map the HOL \isa{bool} on SML \verb|bool|, we may use \qn{custom serialisations}:%
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   281
\end{isamarkuptext}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   282
\isamarkuptrue%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   283
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   284
\isadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   285
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   286
\endisadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   287
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   288
\isatagquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   289
\isacommand{code{\isacharunderscore}type}\isamarkupfalse%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   290
\ bool\isanewline
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   291
\ \ {\isacharparenleft}SML\ {\isachardoublequoteopen}bool{\isachardoublequoteclose}{\isacharparenright}\isanewline
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   292
\isacommand{code{\isacharunderscore}const}\isamarkupfalse%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   293
\ True\ \isakeyword{and}\ False\ \isakeyword{and}\ {\isachardoublequoteopen}op\ {\isasymand}{\isachardoublequoteclose}\isanewline
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   294
\ \ {\isacharparenleft}SML\ {\isachardoublequoteopen}true{\isachardoublequoteclose}\ \isakeyword{and}\ {\isachardoublequoteopen}false{\isachardoublequoteclose}\ \isakeyword{and}\ {\isachardoublequoteopen}{\isacharunderscore}\ andalso\ {\isacharunderscore}{\isachardoublequoteclose}{\isacharparenright}%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   295
\endisatagquotett
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   296
{\isafoldquotett}%
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   297
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   298
\isadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   299
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   300
\endisadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   301
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   302
\begin{isamarkuptext}%
38505
2f8699695cf6 use command_def vs. command more consciously
haftmann
parents: 38450
diff changeset
   303
\noindent The \indexdef{}{command}{code\_type}\hypertarget{command.code-type}{\hyperlink{command.code-type}{\mbox{\isa{\isacommand{code{\isacharunderscore}type}}}}} command takes a type constructor
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   304
  as arguments together with a list of custom serialisations.  Each
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   305
  custom serialisation starts with a target language identifier
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   306
  followed by an expression, which during code serialisation is
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   307
  inserted whenever the type constructor would occur.  For constants,
38505
2f8699695cf6 use command_def vs. command more consciously
haftmann
parents: 38450
diff changeset
   308
  \indexdef{}{command}{code\_const}\hypertarget{command.code-const}{\hyperlink{command.code-const}{\mbox{\isa{\isacommand{code{\isacharunderscore}const}}}}} implements the corresponding mechanism.  Each
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   309
  ``\verb|_|'' in a serialisation expression is treated as a
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   310
  placeholder for the type constructor's (the constant's) arguments.%
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   311
\end{isamarkuptext}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   312
\isamarkuptrue%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   313
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   314
\isadelimquotetypewriter
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   315
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   316
\endisadelimquotetypewriter
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   317
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   318
\isatagquotetypewriter
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   319
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   320
\begin{isamarkuptext}%
39683
f75a01ee6c41 prefer typewrite tag over raw latex environment
haftmann
parents: 39664
diff changeset
   321
structure\ Example\ {\isacharcolon}\ sig\isanewline
39664
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   322
\ \ datatype\ nat\ {\isacharequal}\ Zero{\isacharunderscore}nat\ {\isacharbar}\ Suc\ of\ nat\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   323
\ \ val\ less{\isacharunderscore}nat\ {\isacharcolon}\ nat\ {\isacharminus}{\isachargreater}\ nat\ {\isacharminus}{\isachargreater}\ bool\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   324
\ \ val\ less{\isacharunderscore}eq{\isacharunderscore}nat\ {\isacharcolon}\ nat\ {\isacharminus}{\isachargreater}\ nat\ {\isacharminus}{\isachargreater}\ bool\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   325
\ \ val\ in{\isacharunderscore}interval\ {\isacharcolon}\ nat\ {\isacharasterisk}\ nat\ {\isacharminus}{\isachargreater}\ nat\ {\isacharminus}{\isachargreater}\ bool\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   326
end\ {\isacharequal}\ struct\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   327
\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   328
datatype\ nat\ {\isacharequal}\ Zero{\isacharunderscore}nat\ {\isacharbar}\ Suc\ of\ nat{\isacharsemicolon}\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   329
\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   330
fun\ less{\isacharunderscore}nat\ m\ {\isacharparenleft}Suc\ n{\isacharparenright}\ {\isacharequal}\ less{\isacharunderscore}eq{\isacharunderscore}nat\ m\ n\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   331
\ \ {\isacharbar}\ less{\isacharunderscore}nat\ n\ Zero{\isacharunderscore}nat\ {\isacharequal}\ false\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   332
and\ less{\isacharunderscore}eq{\isacharunderscore}nat\ {\isacharparenleft}Suc\ m{\isacharparenright}\ n\ {\isacharequal}\ less{\isacharunderscore}nat\ m\ n\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   333
\ \ {\isacharbar}\ less{\isacharunderscore}eq{\isacharunderscore}nat\ Zero{\isacharunderscore}nat\ n\ {\isacharequal}\ true{\isacharsemicolon}\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   334
\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   335
fun\ in{\isacharunderscore}interval\ {\isacharparenleft}k{\isacharcomma}\ l{\isacharparenright}\ n\ {\isacharequal}\ {\isacharparenleft}less{\isacharunderscore}eq{\isacharunderscore}nat\ k\ n{\isacharparenright}\ andalso\ {\isacharparenleft}less{\isacharunderscore}eq{\isacharunderscore}nat\ n\ l{\isacharparenright}{\isacharsemicolon}\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   336
\isanewline
39683
f75a01ee6c41 prefer typewrite tag over raw latex environment
haftmann
parents: 39664
diff changeset
   337
end{\isacharsemicolon}\ {\isacharparenleft}{\isacharasterisk}struct\ Example{\isacharasterisk}{\isacharparenright}\isanewline%
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   338
\end{isamarkuptext}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   339
\isamarkuptrue%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   340
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   341
\endisatagquotetypewriter
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   342
{\isafoldquotetypewriter}%
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   343
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   344
\isadelimquotetypewriter
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   345
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   346
\endisadelimquotetypewriter
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   347
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   348
\begin{isamarkuptext}%
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   349
\noindent This still is not perfect: the parentheses around the
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   350
  \qt{andalso} expression are superfluous.  Though the serialiser by
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   351
  no means attempts to imitate the rich Isabelle syntax framework, it
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   352
  provides some common idioms, notably associative infixes with
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   353
  precedences which may be used here:%
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   354
\end{isamarkuptext}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   355
\isamarkuptrue%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   356
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   357
\isadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   358
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   359
\endisadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   360
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   361
\isatagquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   362
\isacommand{code{\isacharunderscore}const}\isamarkupfalse%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   363
\ {\isachardoublequoteopen}op\ {\isasymand}{\isachardoublequoteclose}\isanewline
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   364
\ \ {\isacharparenleft}SML\ \isakeyword{infixl}\ {\isadigit{1}}\ {\isachardoublequoteopen}andalso{\isachardoublequoteclose}{\isacharparenright}%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   365
\endisatagquotett
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   366
{\isafoldquotett}%
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   367
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   368
\isadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   369
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   370
\endisadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   371
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   372
\isadelimquotetypewriter
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   373
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   374
\endisadelimquotetypewriter
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   375
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   376
\isatagquotetypewriter
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   377
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   378
\begin{isamarkuptext}%
39683
f75a01ee6c41 prefer typewrite tag over raw latex environment
haftmann
parents: 39664
diff changeset
   379
structure\ Example\ {\isacharcolon}\ sig\isanewline
39664
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   380
\ \ datatype\ nat\ {\isacharequal}\ Zero{\isacharunderscore}nat\ {\isacharbar}\ Suc\ of\ nat\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   381
\ \ val\ less{\isacharunderscore}nat\ {\isacharcolon}\ nat\ {\isacharminus}{\isachargreater}\ nat\ {\isacharminus}{\isachargreater}\ bool\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   382
\ \ val\ less{\isacharunderscore}eq{\isacharunderscore}nat\ {\isacharcolon}\ nat\ {\isacharminus}{\isachargreater}\ nat\ {\isacharminus}{\isachargreater}\ bool\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   383
\ \ val\ in{\isacharunderscore}interval\ {\isacharcolon}\ nat\ {\isacharasterisk}\ nat\ {\isacharminus}{\isachargreater}\ nat\ {\isacharminus}{\isachargreater}\ bool\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   384
end\ {\isacharequal}\ struct\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   385
\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   386
datatype\ nat\ {\isacharequal}\ Zero{\isacharunderscore}nat\ {\isacharbar}\ Suc\ of\ nat{\isacharsemicolon}\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   387
\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   388
fun\ less{\isacharunderscore}nat\ m\ {\isacharparenleft}Suc\ n{\isacharparenright}\ {\isacharequal}\ less{\isacharunderscore}eq{\isacharunderscore}nat\ m\ n\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   389
\ \ {\isacharbar}\ less{\isacharunderscore}nat\ n\ Zero{\isacharunderscore}nat\ {\isacharequal}\ false\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   390
and\ less{\isacharunderscore}eq{\isacharunderscore}nat\ {\isacharparenleft}Suc\ m{\isacharparenright}\ n\ {\isacharequal}\ less{\isacharunderscore}nat\ m\ n\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   391
\ \ {\isacharbar}\ less{\isacharunderscore}eq{\isacharunderscore}nat\ Zero{\isacharunderscore}nat\ n\ {\isacharequal}\ true{\isacharsemicolon}\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   392
\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   393
fun\ in{\isacharunderscore}interval\ {\isacharparenleft}k{\isacharcomma}\ l{\isacharparenright}\ n\ {\isacharequal}\ less{\isacharunderscore}eq{\isacharunderscore}nat\ k\ n\ andalso\ less{\isacharunderscore}eq{\isacharunderscore}nat\ n\ l{\isacharsemicolon}\isanewline
0afaf89ab591 more canonical type setting of type writer code examples
haftmann
parents: 39643
diff changeset
   394
\isanewline
39683
f75a01ee6c41 prefer typewrite tag over raw latex environment
haftmann
parents: 39664
diff changeset
   395
end{\isacharsemicolon}\ {\isacharparenleft}{\isacharasterisk}struct\ Example{\isacharasterisk}{\isacharparenright}\isanewline%
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   396
\end{isamarkuptext}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   397
\isamarkuptrue%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   398
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   399
\endisatagquotetypewriter
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   400
{\isafoldquotetypewriter}%
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   401
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   402
\isadelimquotetypewriter
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   403
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   404
\endisadelimquotetypewriter
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   405
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   406
\begin{isamarkuptext}%
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   407
\noindent The attentive reader may ask how we assert that no
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   408
  generated code will accidentally overwrite.  For this reason the
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   409
  serialiser has an internal table of identifiers which have to be
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   410
  avoided to be used for new declarations.  Initially, this table
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   411
  typically contains the keywords of the target language.  It can be
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   412
  extended manually, thus avoiding accidental overwrites, using the
38505
2f8699695cf6 use command_def vs. command more consciously
haftmann
parents: 38450
diff changeset
   413
  \indexdef{}{command}{code\_reserved}\hypertarget{command.code-reserved}{\hyperlink{command.code-reserved}{\mbox{\isa{\isacommand{code{\isacharunderscore}reserved}}}}} command:%
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   414
\end{isamarkuptext}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   415
\isamarkuptrue%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   416
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   417
\isadelimquote
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   418
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   419
\endisadelimquote
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   420
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   421
\isatagquote
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   422
\isacommand{code{\isacharunderscore}reserved}\isamarkupfalse%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   423
\ {\isachardoublequoteopen}{\isasymSML}{\isachardoublequoteclose}\ bool\ true\ false\ andalso%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   424
\endisatagquote
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   425
{\isafoldquote}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   426
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   427
\isadelimquote
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   428
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   429
\endisadelimquote
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   430
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   431
\begin{isamarkuptext}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   432
\noindent Next, we try to map HOL pairs to SML pairs, using the
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   433
  infix ``\verb|*|'' type constructor and parentheses:%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   434
\end{isamarkuptext}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   435
\isamarkuptrue%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   436
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   437
\isadeliminvisible
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   438
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   439
\endisadeliminvisible
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   440
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   441
\isataginvisible
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   442
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   443
\endisataginvisible
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   444
{\isafoldinvisible}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   445
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   446
\isadeliminvisible
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   447
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   448
\endisadeliminvisible
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   449
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   450
\isadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   451
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   452
\endisadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   453
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   454
\isatagquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   455
\isacommand{code{\isacharunderscore}type}\isamarkupfalse%
37836
2bcce92be291 adjusted; fixed typo
haftmann
parents: 34179
diff changeset
   456
\ prod\isanewline
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   457
\ \ {\isacharparenleft}SML\ \isakeyword{infix}\ {\isadigit{2}}\ {\isachardoublequoteopen}{\isacharasterisk}{\isachardoublequoteclose}{\isacharparenright}\isanewline
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   458
\isacommand{code{\isacharunderscore}const}\isamarkupfalse%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   459
\ Pair\isanewline
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   460
\ \ {\isacharparenleft}SML\ {\isachardoublequoteopen}{\isacharbang}{\isacharparenleft}{\isacharparenleft}{\isacharunderscore}{\isacharparenright}{\isacharcomma}{\isacharslash}\ {\isacharparenleft}{\isacharunderscore}{\isacharparenright}{\isacharparenright}{\isachardoublequoteclose}{\isacharparenright}%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   461
\endisatagquotett
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   462
{\isafoldquotett}%
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   463
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   464
\isadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   465
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   466
\endisadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   467
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   468
\begin{isamarkuptext}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   469
\noindent The initial bang ``\verb|!|'' tells the serialiser
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   470
  never to put parentheses around the whole expression (they are
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   471
  already present), while the parentheses around argument place
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   472
  holders tell not to put parentheses around the arguments.  The slash
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   473
  ``\verb|/|'' (followed by arbitrary white space) inserts a
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   474
  space which may be used as a break if necessary during pretty
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   475
  printing.
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   476
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   477
  These examples give a glimpse what mechanisms custom serialisations
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   478
  provide; however their usage requires careful thinking in order not
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   479
  to introduce inconsistencies -- or, in other words: custom
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   480
  serialisations are completely axiomatic.
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   481
39643
29cc021398fc corrections and tuning
haftmann
parents: 39068
diff changeset
   482
  A further noteworthy detail is that any special character in a
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   483
  custom serialisation may be quoted using ``\verb|'|''; thus,
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   484
  in ``\verb|fn '_ => _|'' the first ``\verb|_|'' is a
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   485
  proper underscore while the second ``\verb|_|'' is a
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   486
  placeholder.%
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   487
\end{isamarkuptext}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   488
\isamarkuptrue%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   489
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   490
\isamarkupsubsection{\isa{Haskell} serialisation%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   491
}
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   492
\isamarkuptrue%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   493
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   494
\begin{isamarkuptext}%
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   495
For convenience, the default \isa{HOL} setup for \isa{Haskell}
39068
5ac590e8b320 updated
haftmann
parents: 38813
diff changeset
   496
  maps the \isa{equal} class to its counterpart in \isa{Haskell},
5ac590e8b320 updated
haftmann
parents: 38813
diff changeset
   497
  giving custom serialisations for the class \isa{equal} (by command
39643
29cc021398fc corrections and tuning
haftmann
parents: 39068
diff changeset
   498
  \indexdef{}{command}{code\_class}\hypertarget{command.code-class}{\hyperlink{command.code-class}{\mbox{\isa{\isacommand{code{\isacharunderscore}class}}}}}) and its operation \isa{HOL{\isachardot}equal}%
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   499
\end{isamarkuptext}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   500
\isamarkuptrue%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   501
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   502
\isadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   503
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   504
\endisadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   505
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   506
\isatagquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   507
\isacommand{code{\isacharunderscore}class}\isamarkupfalse%
39068
5ac590e8b320 updated
haftmann
parents: 38813
diff changeset
   508
\ equal\isanewline
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   509
\ \ {\isacharparenleft}Haskell\ {\isachardoublequoteopen}Eq{\isachardoublequoteclose}{\isacharparenright}\isanewline
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   510
\isanewline
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   511
\isacommand{code{\isacharunderscore}const}\isamarkupfalse%
39643
29cc021398fc corrections and tuning
haftmann
parents: 39068
diff changeset
   512
\ {\isachardoublequoteopen}HOL{\isachardot}equal{\isachardoublequoteclose}\isanewline
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   513
\ \ {\isacharparenleft}Haskell\ \isakeyword{infixl}\ {\isadigit{4}}\ {\isachardoublequoteopen}{\isacharequal}{\isacharequal}{\isachardoublequoteclose}{\isacharparenright}%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   514
\endisatagquotett
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   515
{\isafoldquotett}%
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   516
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   517
\isadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   518
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   519
\endisadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   520
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   521
\begin{isamarkuptext}%
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   522
\noindent A problem now occurs whenever a type which is an instance
39068
5ac590e8b320 updated
haftmann
parents: 38813
diff changeset
   523
  of \isa{equal} in \isa{HOL} is mapped on a \isa{Haskell}-built-in type which is also an instance of \isa{Haskell}
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   524
  \isa{Eq}:%
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   525
\end{isamarkuptext}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   526
\isamarkuptrue%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   527
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   528
\isadelimquote
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   529
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   530
\endisadelimquote
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   531
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   532
\isatagquote
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   533
\isacommand{typedecl}\isamarkupfalse%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   534
\ bar\isanewline
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   535
\isanewline
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   536
\isacommand{instantiation}\isamarkupfalse%
39068
5ac590e8b320 updated
haftmann
parents: 38813
diff changeset
   537
\ bar\ {\isacharcolon}{\isacharcolon}\ equal\isanewline
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   538
\isakeyword{begin}\isanewline
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   539
\isanewline
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   540
\isacommand{definition}\isamarkupfalse%
39068
5ac590e8b320 updated
haftmann
parents: 38813
diff changeset
   541
\ {\isachardoublequoteopen}HOL{\isachardot}equal\ {\isacharparenleft}x{\isasymColon}bar{\isacharparenright}\ y\ {\isasymlongleftrightarrow}\ x\ {\isacharequal}\ y{\isachardoublequoteclose}\isanewline
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   542
\isanewline
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   543
\isacommand{instance}\isamarkupfalse%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   544
\ \isacommand{by}\isamarkupfalse%
39068
5ac590e8b320 updated
haftmann
parents: 38813
diff changeset
   545
\ default\ {\isacharparenleft}simp\ add{\isacharcolon}\ equal{\isacharunderscore}bar{\isacharunderscore}def{\isacharparenright}\isanewline
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   546
\isanewline
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   547
\isacommand{end}\isamarkupfalse%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   548
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   549
\endisatagquote
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   550
{\isafoldquote}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   551
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   552
\isadelimquote
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   553
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   554
\endisadelimquote
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   555
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   556
\isadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   557
\ %
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   558
\endisadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   559
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   560
\isatagquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   561
\isacommand{code{\isacharunderscore}type}\isamarkupfalse%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   562
\ bar\isanewline
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   563
\ \ {\isacharparenleft}Haskell\ {\isachardoublequoteopen}Integer{\isachardoublequoteclose}{\isacharparenright}%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   564
\endisatagquotett
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   565
{\isafoldquotett}%
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   566
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   567
\isadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   568
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   569
\endisadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   570
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   571
\begin{isamarkuptext}%
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   572
\noindent The code generator would produce an additional instance,
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   573
  which of course is rejected by the \isa{Haskell} compiler.  To
38509
9cea8a0e925a updated generated document
haftmann
parents: 38505
diff changeset
   574
  suppress this additional instance, use \indexdef{}{command}{code\_instance}\hypertarget{command.code-instance}{\hyperlink{command.code-instance}{\mbox{\isa{\isacommand{code{\isacharunderscore}instance}}}}}:%
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   575
\end{isamarkuptext}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   576
\isamarkuptrue%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   577
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   578
\isadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   579
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   580
\endisadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   581
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   582
\isatagquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   583
\isacommand{code{\isacharunderscore}instance}\isamarkupfalse%
39068
5ac590e8b320 updated
haftmann
parents: 38813
diff changeset
   584
\ bar\ {\isacharcolon}{\isacharcolon}\ equal\isanewline
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   585
\ \ {\isacharparenleft}Haskell\ {\isacharminus}{\isacharparenright}%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   586
\endisatagquotett
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   587
{\isafoldquotett}%
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   588
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   589
\isadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   590
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   591
\endisadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   592
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   593
\isamarkupsubsection{Enhancing the target language context \label{sec:include}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   594
}
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   595
\isamarkuptrue%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   596
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   597
\begin{isamarkuptext}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   598
In rare cases it is necessary to \emph{enrich} the context of a
38505
2f8699695cf6 use command_def vs. command more consciously
haftmann
parents: 38450
diff changeset
   599
  target language; this is accomplished using the \indexdef{}{command}{code\_include}\hypertarget{command.code-include}{\hyperlink{command.code-include}{\mbox{\isa{\isacommand{code{\isacharunderscore}include}}}}} command:%
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   600
\end{isamarkuptext}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   601
\isamarkuptrue%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   602
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   603
\isadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   604
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   605
\endisadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   606
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   607
\isatagquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   608
\isacommand{code{\isacharunderscore}include}\isamarkupfalse%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   609
\ Haskell\ {\isachardoublequoteopen}Errno{\isachardoublequoteclose}\isanewline
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   610
{\isacharverbatimopen}errno\ i\ {\isacharequal}\ error\ {\isacharparenleft}{\isachardoublequote}Error\ number{\isacharcolon}\ {\isachardoublequote}\ {\isacharplus}{\isacharplus}\ show\ i{\isacharparenright}{\isacharverbatimclose}\isanewline
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   611
\isanewline
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   612
\isacommand{code{\isacharunderscore}reserved}\isamarkupfalse%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   613
\ Haskell\ Errno%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   614
\endisatagquotett
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   615
{\isafoldquotett}%
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   616
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   617
\isadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   618
%
39745
3aa2bc9c5478 combine quote and typewriter/tt tag
haftmann
parents: 39712
diff changeset
   619
\endisadelimquotett
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   620
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   621
\begin{isamarkuptext}%
38450
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   622
\noindent Such named \isa{include}s are then prepended to every
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   623
  generated code.  Inspect such code in order to find out how
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   624
  \hyperlink{command.code-include}{\mbox{\isa{\isacommand{code{\isacharunderscore}include}}}} behaves with respect to a particular
ada5814c9d87 tuned whitespace
haftmann
parents: 37836
diff changeset
   625
  target language.%
31050
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   626
\end{isamarkuptext}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   627
\isamarkuptrue%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   628
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   629
\isadelimtheory
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   630
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   631
\endisadelimtheory
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   632
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   633
\isatagtheory
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   634
\isacommand{end}\isamarkupfalse%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   635
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   636
\endisatagtheory
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   637
{\isafoldtheory}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   638
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   639
\isadelimtheory
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   640
%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   641
\endisadelimtheory
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   642
\isanewline
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   643
\end{isabellebody}%
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   644
%%% Local Variables:
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   645
%%% mode: latex
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   646
%%% TeX-master: "root"
555b56b66fcf adaptation replaces adaption
haftmann
parents:
diff changeset
   647
%%% End: