doc-src/System/Thy/Basics.thy
author wenzelm
Wed, 15 Apr 2009 11:14:48 +0200
changeset 30895 bad26d8f0adf
parent 30195 9152fc3af67f
child 31315 3c7b40548a84
permissions -rw-r--r--
updated for Isabelle2009;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
     1
(* $Id$ *)
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
     2
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
     3
theory Basics
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
     4
imports Pure
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
     5
begin
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
     6
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
     7
chapter {* The Isabelle system environment *}
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
     8
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
     9
text {*
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    10
  This manual describes Isabelle together with related tools and user
28916
0a802cdda340 removed obsolete isabelle-interface executable and ISABELLE_INTERFACE setting;
wenzelm
parents: 28914
diff changeset
    11
  interfaces as seen from a system oriented view.  See also the
0a802cdda340 removed obsolete isabelle-interface executable and ISABELLE_INTERFACE setting;
wenzelm
parents: 28914
diff changeset
    12
  \emph{Isabelle/Isar Reference Manual}~\cite{isabelle-isar-ref} for
0a802cdda340 removed obsolete isabelle-interface executable and ISABELLE_INTERFACE setting;
wenzelm
parents: 28914
diff changeset
    13
  the actual Isabelle input language and related concepts.
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    14
28916
0a802cdda340 removed obsolete isabelle-interface executable and ISABELLE_INTERFACE setting;
wenzelm
parents: 28914
diff changeset
    15
  \medskip The Isabelle system environment provides the following
0a802cdda340 removed obsolete isabelle-interface executable and ISABELLE_INTERFACE setting;
wenzelm
parents: 28914
diff changeset
    16
  basic infrastructure to integrate tools smoothly.
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    17
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
    18
  \begin{enumerate}
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    19
28916
0a802cdda340 removed obsolete isabelle-interface executable and ISABELLE_INTERFACE setting;
wenzelm
parents: 28914
diff changeset
    20
  \item The \emph{Isabelle settings} mechanism provides process
0a802cdda340 removed obsolete isabelle-interface executable and ISABELLE_INTERFACE setting;
wenzelm
parents: 28914
diff changeset
    21
  environment variables to all Isabelle executables (including tools
0a802cdda340 removed obsolete isabelle-interface executable and ISABELLE_INTERFACE setting;
wenzelm
parents: 28914
diff changeset
    22
  and user interfaces).
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    23
28504
7ad7d7d6df47 simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents: 28502
diff changeset
    24
  \item The \emph{raw Isabelle process} (@{executable_ref
7ad7d7d6df47 simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents: 28502
diff changeset
    25
  "isabelle-process"}) runs logic sessions either interactively or in
7ad7d7d6df47 simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents: 28502
diff changeset
    26
  batch mode.  In particular, this view abstracts over the invocation
7ad7d7d6df47 simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents: 28502
diff changeset
    27
  of the actual ML system to be used.  Regular users rarely need to
7ad7d7d6df47 simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents: 28502
diff changeset
    28
  care about the low-level process.
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    29
28504
7ad7d7d6df47 simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents: 28502
diff changeset
    30
  \item The \emph{Isabelle tools wrapper} (@{executable_ref isabelle})
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
    31
  provides a generic startup environment Isabelle related utilities,
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
    32
  user interfaces etc.  Such tools automatically benefit from the
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
    33
  settings mechanism.
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    34
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
    35
  \end{enumerate}
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    36
*}
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    37
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    38
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    39
section {* Isabelle settings \label{sec:settings} *}
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    40
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    41
text {*
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    42
  The Isabelle system heavily depends on the \emph{settings
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    43
  mechanism}\indexbold{settings}.  Essentially, this is a statically
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    44
  scoped collection of environment variables, such as @{setting
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    45
  ISABELLE_HOME}, @{setting ML_SYSTEM}, @{setting ML_HOME}.  These
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    46
  variables are \emph{not} intended to be set directly from the shell,
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    47
  though.  Isabelle employs a somewhat more sophisticated scheme of
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    48
  \emph{settings files} --- one for site-wide defaults, another for
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    49
  additional user-specific modifications.  With all configuration
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    50
  variables in at most two places, this scheme is more maintainable
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    51
  and user-friendly than global shell environment variables.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    52
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    53
  In particular, we avoid the typical situation where prospective
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    54
  users of a software package are told to put several things into
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    55
  their shell startup scripts, before being able to actually run the
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    56
  program. Isabelle requires none such administrative chores of its
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    57
  end-users --- the executables can be invoked straight away.
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
    58
  Occasionally, users would still want to put the @{"file"
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
    59
  "$ISABELLE_HOME/bin"} directory into their shell's search path, but
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
    60
  this is not required.
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    61
*}
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    62
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    63
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    64
subsection {* Building the environment *}
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    65
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    66
text {*
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    67
  Whenever any of the Isabelle executables is run, their settings
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    68
  environment is put together as follows.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    69
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    70
  \begin{enumerate}
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    71
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    72
  \item The special variable @{setting_def ISABELLE_HOME} is
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    73
  determined automatically from the location of the binary that has
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    74
  been run.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    75
  
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    76
  You should not try to set @{setting ISABELLE_HOME} manually. Also
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    77
  note that the Isabelle executables either have to be run from their
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    78
  original location in the distribution directory, or via the
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
    79
  executable objects created by the @{tool install} utility.  Symbolic
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
    80
  links are admissible, but a plain copy of the @{"file"
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
    81
  "$ISABELLE_HOME/bin"} files will not work!
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
    82
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
    83
  \item The file @{"file" "$ISABELLE_HOME/etc/settings"} ist run as a
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
    84
  @{executable_ref bash} shell script with the auto-export option for
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
    85
  variables enabled.
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    86
  
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    87
  This file holds a rather long list of shell variable assigments,
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    88
  thus providing the site-wide default settings.  The Isabelle
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    89
  distribution already contains a global settings file with sensible
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    90
  defaults for most variables.  When installing the system, only a few
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    91
  of these may have to be adapted (probably @{setting ML_SYSTEM}
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    92
  etc.).
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    93
  
28285
91cd65eabd7f unchecked $ISABELLE_HOME_USER/etc/settings;
wenzelm
parents: 28250
diff changeset
    94
  \item The file @{verbatim "$ISABELLE_HOME_USER/etc/settings"} (if it
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    95
  exists) is run in the same way as the site default settings. Note
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    96
  that the variable @{setting ISABELLE_HOME_USER} has already been set
28914
f993cbffc42a default for ISABELLE_HOME_USER is now ~/.isabelle instead of ~/isabelle;
wenzelm
parents: 28506
diff changeset
    97
  before --- usually to @{verbatim "~/.isabelle"}.
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    98
  
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
    99
  Thus individual users may override the site-wide defaults.  See also
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   100
  file @{"file" "$ISABELLE_HOME/etc/user-settings.sample"} in the
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   101
  distribution.  Typically, a user settings file would contain only a
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   102
  few lines, just the assigments that are really changed.  One should
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   103
  definitely \emph{not} start with a full copy the basic @{"file"
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   104
  "$ISABELLE_HOME/etc/settings"}. This could cause very annoying
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   105
  maintainance problems later, when the Isabelle installation is
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   106
  updated or changed otherwise.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   107
  
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   108
  \end{enumerate}
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   109
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   110
  Since settings files are regular GNU @{executable_def bash} scripts,
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   111
  one may use complex shell commands, such as @{verbatim "if"} or
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   112
  @{verbatim "case"} statements to set variables depending on the
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   113
  system architecture or other environment variables.  Such advanced
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   114
  features should be added only with great care, though. In
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   115
  particular, external environment references should be kept at a
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   116
  minimum.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   117
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   118
  \medskip A few variables are somewhat special:
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   119
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   120
  \begin{itemize}
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   121
28502
6b0e3e4e1891 replaced ISABELLE by ISABELLE_PROCESS;
wenzelm
parents: 28500
diff changeset
   122
  \item @{setting_def ISABELLE_PROCESS} and @{setting_def ISABELLE_TOOL} are set
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   123
  automatically to the absolute path names of the @{executable
28504
7ad7d7d6df47 simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents: 28502
diff changeset
   124
  "isabelle-process"} and @{executable isabelle} executables,
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   125
  respectively.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   126
  
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   127
  \item @{setting_ref ISABELLE_OUTPUT} will have the identifiers of
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   128
  the Isabelle distribution (cf.\ @{setting ISABELLE_IDENTIFIER}) and
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   129
  the ML system (cf.\ @{setting ML_IDENTIFIER}) appended automatically
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   130
  to its value.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   131
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   132
  \end{itemize}
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   133
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   134
  \medskip Note that the settings environment may be inspected with
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   135
  the Isabelle tool @{tool getenv}.  This might help to figure out the
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   136
  effect of complex settings scripts.
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   137
*}
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   138
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   139
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   140
subsection{* Common variables *}
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   141
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   142
text {*
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   143
  This is a reference of common Isabelle settings variables. Note that
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   144
  the list is somewhat open-ended. Third-party utilities or interfaces
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   145
  may add their own selection. Variables that are special in some
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   146
  sense are marked with @{text "\<^sup>*"}.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   147
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   148
  \begin{description}
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   149
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   150
  \item[@{setting_def ISABELLE_HOME}@{text "\<^sup>*"}] is the
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   151
  location of the top-level Isabelle distribution directory. This is
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   152
  automatically determined from the Isabelle executable that has been
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   153
  invoked.  Do not attempt to set @{setting ISABELLE_HOME} yourself
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   154
  from the shell!
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   155
  
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   156
  \item[@{setting_def ISABELLE_HOME_USER}] is the user-specific
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   157
  counterpart of @{setting ISABELLE_HOME}. The default value is
28914
f993cbffc42a default for ISABELLE_HOME_USER is now ~/.isabelle instead of ~/isabelle;
wenzelm
parents: 28506
diff changeset
   158
  @{verbatim "~/.isabelle"}, under rare circumstances this may be
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   159
  changed in the global setting file.  Typically, the @{setting
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   160
  ISABELLE_HOME_USER} directory mimics @{setting ISABELLE_HOME} to
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   161
  some extend. In particular, site-wide defaults may be overridden by
28285
91cd65eabd7f unchecked $ISABELLE_HOME_USER/etc/settings;
wenzelm
parents: 28250
diff changeset
   162
  a private @{verbatim "$ISABELLE_HOME_USER/etc/settings"}.
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   163
  
28502
6b0e3e4e1891 replaced ISABELLE by ISABELLE_PROCESS;
wenzelm
parents: 28500
diff changeset
   164
  \item[@{setting_def ISABELLE_PROCESS}@{text "\<^sup>*"}, @{setting
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28285
diff changeset
   165
  ISABELLE_TOOL}@{text "\<^sup>*"}] are automatically set to the full path
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   166
  names of the @{executable "isabelle-process"} and @{executable
28504
7ad7d7d6df47 simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents: 28502
diff changeset
   167
  isabelle} executables, respectively.  Thus other tools and scripts
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   168
  need not assume that the @{"file" "$ISABELLE_HOME/bin"} directory is
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   169
  on the current search path of the shell.
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   170
  
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   171
  \item[@{setting_def ISABELLE_IDENTIFIER}@{text "\<^sup>*"}] refers
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   172
  to the name of this Isabelle distribution, e.g.\ ``@{verbatim
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   173
  Isabelle2008}''.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   174
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   175
  \item[@{setting_def ML_SYSTEM}, @{setting_def ML_HOME},
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   176
  @{setting_def ML_OPTIONS}, @{setting_def ML_PLATFORM}, @{setting_def
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   177
  ML_IDENTIFIER}@{text "\<^sup>*"}] specify the underlying ML system
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   178
  to be used for Isabelle.  There is only a fixed set of admissable
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   179
  @{setting ML_SYSTEM} names (see the @{"file"
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   180
  "$ISABELLE_HOME/etc/settings"} file of the distribution).
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   181
  
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   182
  The actual compiler binary will be run from the directory @{setting
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   183
  ML_HOME}, with @{setting ML_OPTIONS} as first arguments on the
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   184
  command line.  The optional @{setting ML_PLATFORM} may specify the
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   185
  binary format of ML heap images, which is useful for cross-platform
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   186
  installations.  The value of @{setting ML_IDENTIFIER} is
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   187
  automatically obtained by composing the values of @{setting
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   188
  ML_SYSTEM}, @{setting ML_PLATFORM} and the Isabelle version values.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   189
  
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   190
  \item[@{setting_def ISABELLE_PATH}] is a list of directories
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   191
  (separated by colons) where Isabelle logic images may reside.  When
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   192
  looking up heaps files, the value of @{setting ML_IDENTIFIER} is
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   193
  appended to each component internally.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   194
  
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   195
  \item[@{setting_def ISABELLE_OUTPUT}@{text "\<^sup>*"}] is a
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   196
  directory where output heap files should be stored by default. The
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   197
  ML system and Isabelle version identifier is appended here, too.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   198
  
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   199
  \item[@{setting_def ISABELLE_BROWSER_INFO}] is the directory where
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   200
  theory browser information (HTML text, graph data, and printable
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   201
  documents) is stored (see also \secref{sec:info}).  The default
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   202
  value is @{verbatim "$ISABELLE_HOME_USER/browser_info"}.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   203
  
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   204
  \item[@{setting_def ISABELLE_LOGIC}] specifies the default logic to
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   205
  load if none is given explicitely by the user.  The default value is
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   206
  @{verbatim HOL}.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   207
  
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   208
  \item[@{setting_def ISABELLE_LINE_EDITOR}] specifies the default
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   209
  line editor for the @{tool_ref tty} interface.
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   210
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   211
  \item[@{setting_def ISABELLE_USEDIR_OPTIONS}] is implicitly prefixed
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   212
  to the command line of any @{tool_ref usedir} invocation. This
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   213
  typically contains compilation options for object-logics --- @{tool
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   214
  usedir} is the basic utility for managing logic sessions (cf.\ the
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   215
  @{verbatim IsaMakefile}s in the distribution).
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   216
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   217
  \item[@{setting_def ISABELLE_FILE_IDENT}] specifies a shell command
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   218
  for producing a source file identification, based on the actual
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   219
  content instead of the full physical path and date stamp (which is
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   220
  the default). A typical identification would produce a ``digest'' of
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   221
  the text, using a cryptographic hash function like SHA-1, for
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   222
  example.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   223
  
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   224
  \item[@{setting_def ISABELLE_LATEX}, @{setting_def
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   225
  ISABELLE_PDFLATEX}, @{setting_def ISABELLE_BIBTEX}, @{setting_def
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   226
  ISABELLE_DVIPS}] refer to {\LaTeX} related tools for Isabelle
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   227
  document preparation (see also \secref{sec:tool-latex}).
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   228
  
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   229
  \item[@{setting_def ISABELLE_TOOLS}] is a colon separated list of
28504
7ad7d7d6df47 simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents: 28502
diff changeset
   230
  directories that are scanned by @{executable isabelle} for external
7ad7d7d6df47 simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents: 28502
diff changeset
   231
  utility programs (see also \secref{sec:isabelle-tool}).
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   232
  
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   233
  \item[@{setting_def ISABELLE_DOCS}] is a colon separated list of
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   234
  directories with documentation files.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   235
  
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   236
  \item[@{setting_def ISABELLE_DOC_FORMAT}] specifies the preferred
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   237
  document format, typically @{verbatim dvi} or @{verbatim pdf}.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   238
  
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   239
  \item[@{setting_def DVI_VIEWER}] specifies the command to be used
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   240
  for displaying @{verbatim dvi} files.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   241
  
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   242
  \item[@{setting_def PDF_VIEWER}] specifies the command to be used
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   243
  for displaying @{verbatim pdf} files.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   244
  
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   245
  \item[@{setting_def PRINT_COMMAND}] specifies the standard printer
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   246
  spool command, which is expected to accept @{verbatim ps} files.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   247
  
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   248
  \item[@{setting_def ISABELLE_TMP_PREFIX}@{text "\<^sup>*"}] is the
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   249
  prefix from which any running @{executable "isabelle-process"}
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   250
  derives an individual directory for temporary files.  The default is
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   251
  somewhere in @{verbatim "/tmp"}.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   252
  
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   253
  \end{description}
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   254
*}
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   255
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   256
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   257
section {* The raw Isabelle process *}
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   258
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   259
text {*
28504
7ad7d7d6df47 simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents: 28502
diff changeset
   260
  The @{executable_def "isabelle-process"} executable runs bare-bones
7ad7d7d6df47 simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents: 28502
diff changeset
   261
  Isabelle logic sessions --- either interactively or in batch mode.
7ad7d7d6df47 simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents: 28502
diff changeset
   262
  It provides an abstraction over the underlying ML system, and over
7ad7d7d6df47 simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents: 28502
diff changeset
   263
  the actual heap file locations.  Its usage is:
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   264
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   265
\begin{ttbox}
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   266
Usage: isabelle-process [OPTIONS] [INPUT] [OUTPUT]
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   267
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   268
  Options are:
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   269
    -C           tell ML system to copy output image
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   270
    -I           startup Isar interaction mode
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   271
    -P           startup Proof General interaction mode
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   272
    -S           secure mode -- disallow critical operations
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   273
    -W OUTPUT    startup process wrapper, with messages going to OUTPUT stream
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   274
    -X           startup PGIP interaction mode
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   275
    -c           tell ML system to compress output image
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   276
    -e MLTEXT    pass MLTEXT to the ML session
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   277
    -f           pass 'Session.finish();' to the ML session
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   278
    -m MODE      add print mode for output
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   279
    -q           non-interactive session
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   280
    -r           open heap file read-only
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   281
    -u           pass 'use"ROOT.ML";' to the ML session
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   282
    -w           reset write permissions on OUTPUT
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   283
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   284
  INPUT (default "\$ISABELLE_LOGIC") and OUTPUT specify in/out heaps.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   285
  These are either names to be searched in the Isabelle path, or
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   286
  actual file names (containing at least one /).
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   287
  If INPUT is "RAW_ML_SYSTEM", just start the bare bones ML system.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   288
\end{ttbox}
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   289
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   290
  Input files without path specifications are looked up in the
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   291
  @{setting ISABELLE_PATH} setting, which may consist of multiple
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   292
  components separated by colons --- these are tried in the given
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   293
  order with the value of @{setting ML_IDENTIFIER} appended
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   294
  internally.  In a similar way, base names are relative to the
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   295
  directory specified by @{setting ISABELLE_OUTPUT}.  In any case,
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   296
  actual file locations may also be given by including at least one
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   297
  slash (@{verbatim "/"}) in the name (hint: use @{verbatim "./"} to
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   298
  refer to the current directory).
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   299
*}
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   300
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   301
28223
wenzelm
parents: 28215
diff changeset
   302
subsubsection {* Options *}
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   303
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   304
text {*
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   305
  If the input heap file does not have write permission bits set, or
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   306
  the @{verbatim "-r"} option is given explicitely, then the session
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   307
  started will be read-only.  That is, the ML world cannot be
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   308
  committed back into the image file.  Otherwise, a writable session
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   309
  enables commits into either the input file, or into another output
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   310
  heap file (if that is given as the second argument on the command
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   311
  line).
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   312
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   313
  The read-write state of sessions is determined at startup only, it
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   314
  cannot be changed intermediately. Also note that heap images may
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   315
  require considerable amounts of disk space (approximately
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   316
  50--200~MB). Users are responsible for themselves to dispose their
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   317
  heap files when they are no longer needed.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   318
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   319
  \medskip The @{verbatim "-w"} option makes the output heap file
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   320
  read-only after terminating.  Thus subsequent invocations cause the
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   321
  logic image to be read-only automatically.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   322
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   323
  \medskip The @{verbatim "-c"} option tells the underlying ML system
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   324
  to compress the output heap (fully transparently).  On Poly/ML for
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   325
  example, the image is garbage collected and all stored values are
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   326
  maximally shared, resulting in up to @{text "50%"} less disk space
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   327
  consumption.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   328
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   329
  \medskip The @{verbatim "-C"} option tells the ML system to produce
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   330
  a completely self-contained output image, probably including a copy
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   331
  of the ML runtime system itself.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   332
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   333
  \medskip Using the @{verbatim "-e"} option, arbitrary ML code may be
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   334
  passed to the Isabelle session from the command line. Multiple
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   335
  @{verbatim "-e"}'s are evaluated in the given order. Strange things
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   336
  may happen when errorneous ML code is provided. Also make sure that
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   337
  the ML commands are terminated properly by semicolon.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   338
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   339
  \medskip The @{verbatim "-u"} option is a shortcut for @{verbatim
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   340
  "-e"} passing ``@{verbatim "use \"ROOT.ML\";"}'' to the ML session.
28223
wenzelm
parents: 28215
diff changeset
   341
  The @{verbatim "-f"} option passes ``@{verbatim
wenzelm
parents: 28215
diff changeset
   342
  "Session.finish();"}'', which is intended mainly for administrative
wenzelm
parents: 28215
diff changeset
   343
  purposes.
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   344
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   345
  \medskip The @{verbatim "-m"} option adds identifiers of print modes
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   346
  to be made active for this session. Typically, this is used by some
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   347
  user interface, e.g.\ to enable output of proper mathematical
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   348
  symbols.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   349
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   350
  \medskip Isabelle normally enters an interactive top-level loop
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   351
  (after processing the @{verbatim "-e"} texts). The @{verbatim "-q"}
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   352
  option inhibits interaction, thus providing a pure batch mode
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   353
  facility.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   354
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   355
  \medskip The @{verbatim "-I"} option makes Isabelle enter Isar
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   356
  interaction mode on startup, instead of the primitive ML top-level.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   357
  The @{verbatim "-P"} option configures the top-level loop for
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   358
  interaction with the Proof General user interface, and the
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   359
  @{verbatim "-X"} option enables XML-based PGIP communication.  The
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   360
  @{verbatim "-W"} option makes Isabelle enter a special process
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   361
  wrapper for interaction via an external program; the protocol is a
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   362
  stripped-down version of Proof General the interaction mode, see
30195
9152fc3af67f fixed broken @{file} refs;
wenzelm
parents: 28916
diff changeset
   363
  also @{"file" "~~/src/Pure/System/isabelle_process.ML"} and @{"file"
9152fc3af67f fixed broken @{file} refs;
wenzelm
parents: 28916
diff changeset
   364
  "~~/src/Pure/System/isabelle_process.scala"}.
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   365
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   366
  \medskip The @{verbatim "-S"} option makes the Isabelle process more
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   367
  secure by disabling some critical operations, notably runtime
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   368
  compilation and evaluation of ML source code.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   369
*}
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   370
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   371
28223
wenzelm
parents: 28215
diff changeset
   372
subsubsection {* Examples *}
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   373
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   374
text {*
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   375
  Run an interactive session of the default object-logic (as specified
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   376
  by the @{setting ISABELLE_LOGIC} setting) like this:
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   377
\begin{ttbox}
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   378
isabelle-process
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   379
\end{ttbox}
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   380
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   381
  Usually @{setting ISABELLE_LOGIC} refers to one of the standard
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   382
  logic images, which are read-only by default.  A writable session
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   383
  --- based on @{verbatim FOL}, but output to @{verbatim Foo} (in the
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   384
  directory specified by the @{setting ISABELLE_OUTPUT} setting) ---
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   385
  may be invoked as follows:
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   386
\begin{ttbox}
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   387
isabelle-process FOL Foo
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   388
\end{ttbox}
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   389
  Ending this session normally (e.g.\ by typing control-D) dumps the
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   390
  whole ML system state into @{verbatim Foo}. Be prepared for several
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   391
  tens of megabytes.
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   392
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   393
  The @{verbatim Foo} session may be continued later (still in
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   394
  writable state) by:
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   395
\begin{ttbox}
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   396
isabelle-process Foo
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   397
\end{ttbox}
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   398
  A read-only @{verbatim Foo} session may be started by:
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   399
\begin{ttbox}
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   400
isabelle-process -r Foo
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   401
\end{ttbox}
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   402
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   403
  \medskip Note that manual session management like this does
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   404
  \emph{not} provide proper setup for theory presentation.  This would
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   405
  require the @{tool usedir} utility.
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   406
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   407
  \bigskip The next example demonstrates batch execution of Isabelle.
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   408
  We retrieve the @{verbatim FOL} theory value from the theory loader
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   409
  within ML:
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   410
\begin{ttbox}
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   411
isabelle-process -e 'theory "FOL";' -q -r FOL
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   412
\end{ttbox}
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   413
  Note that the output text will be interspersed with additional junk
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   414
  messages by the ML runtime environment.  The @{verbatim "-W"} option
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   415
  allows to communicate with the Isabelle process via an external
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   416
  program in a more robust fashion.
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   417
*}
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   418
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   419
28504
7ad7d7d6df47 simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents: 28502
diff changeset
   420
section {* The Isabelle tools wrapper \label{sec:isabelle-tool} *}
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   421
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   422
text {*
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   423
  All Isabelle related tools and interfaces are called via a common
28504
7ad7d7d6df47 simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents: 28502
diff changeset
   424
  wrapper --- @{executable isabelle}:
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   425
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   426
\begin{ttbox}
28504
7ad7d7d6df47 simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents: 28502
diff changeset
   427
Usage: isabelle TOOL [ARGS ...]
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   428
28506
3ab515ee4e6f tuned isabelle usage;
wenzelm
parents: 28504
diff changeset
   429
  Start Isabelle tool NAME with ARGS; pass "-?" for tool specific help.
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   430
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   431
  Available tools are:
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   432
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   433
    browser - Isabelle graph browser
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   434
    \dots
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   435
\end{ttbox}
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   436
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   437
  In principle, Isabelle tools are ordinary executable scripts that
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   438
  are run within the Isabelle settings environment, see
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   439
  \secref{sec:settings}.  The set of available tools is collected by
28504
7ad7d7d6df47 simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents: 28502
diff changeset
   440
  @{executable isabelle} from the directories listed in the @{setting
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   441
  ISABELLE_TOOLS} setting.  Do not try to call the scripts directly
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   442
  from the shell.  Neither should you add the tool directories to your
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   443
  shell's search path!
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   444
*}
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   445
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   446
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   447
subsubsection {* Examples *}
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   448
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   449
text {*
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   450
  Show the list of available documentation of the current Isabelle
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   451
  installation like this:
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   452
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   453
\begin{ttbox}
28504
7ad7d7d6df47 simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents: 28502
diff changeset
   454
  isabelle doc
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   455
\end{ttbox}
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   456
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   457
  View a certain document as follows:
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   458
\begin{ttbox}
28504
7ad7d7d6df47 simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents: 28502
diff changeset
   459
  isabelle doc isar-ref
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   460
\end{ttbox}
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   461
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   462
  Create an Isabelle session derived from HOL (see also
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   463
  \secref{sec:tool-mkdir} and \secref{sec:tool-make}):
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   464
\begin{ttbox}
28504
7ad7d7d6df47 simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents: 28502
diff changeset
   465
  isabelle mkdir HOL Test && isabelle make
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   466
\end{ttbox}
28504
7ad7d7d6df47 simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents: 28502
diff changeset
   467
  Note that @{verbatim "isabelle mkdir"} is usually only invoked once;
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28223
diff changeset
   468
  existing sessions (including document output etc.) are then updated
28504
7ad7d7d6df47 simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents: 28502
diff changeset
   469
  by @{verbatim "isabelle make"} alone.
28215
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   470
*}
a1cfc43ac47d converted basics.tex to theory file;
wenzelm
parents:
diff changeset
   471
28223
wenzelm
parents: 28215
diff changeset
   472
end