src/Pure/README
author wenzelm
Fri, 10 Jan 2014 21:37:28 +0100
changeset 54984 da70ab8531f4
parent 30834 1640e0625301
child 57440 802d33c46459
permissions -rw-r--r--
more elementary management of declared hyps, below structure Assumption; Goal.prove: insist in declared hyps; Simplifier: declare hyps via Thm.assume_hyps; more accurate tool context in some boundary cases;


                        Pure: The Pure Isabelle System


This directory contains the ML source files for Pure Isabelle, which
is the basis for all object-logics.  The Isabelle/Pure image may be
compiled in batch mode like this:

  isabelle make Pure

Developers may want to produce a RAW image that merely consists of the
ML compiler with the compatibility setup of ML-Systems/ preloaded:

  isabelle make RAW

Now the Pure session may be compiled interactively as follows:

  isabelle tty -l RAW
  use "ROOT.ML";