doc-src/IsarImplementation/Thy/unused.thy
author haftmann
Wed, 08 Feb 2006 14:39:00 +0100
changeset 18977 f24c416a4814
parent 18537 2681f9e34390
child 20429 116255c9209b
permissions -rw-r--r--
introduced gen_distinct in place of distinct


text {*
  The Isar toplevel works differently for interactive developments
  vs.\ batch processing of theory sources.  For example, diagnostic
  commands produce a warning batch mode, because they are considered
  alien to the final theory document being produced eventually.
  Moreover, full @{text undo} with intermediate checkpoints to protect
  against destroying theories accidentally are limited to interactive
  mode.  In batch mode there is only a single strictly linear stream
  of potentially desctructive theory transformations.
*}

  \item @{ML Toplevel.empty} is an empty transition; the Isar command
  dispatcher internally applies @{ML Toplevel.name} (for the command)
  name and @{ML Toplevel.position} for the source position.