src/HOL/Import/README
author haftmann
Sat, 03 Mar 2012 23:54:44 +0100
changeset 46799 f21494dc0bf6
parent 46787 3d3d8f8929a7
child 46800 9696218b02fe
permissions -rw-r--r--
generalized user-visible text


ATTENTION!  This is largely outdated.  The hint to PROOF_DIRS might be
everything which is still relevant.

All the files in this directory (except this README, HOL4.thy, and
ROOT.ML) are automatically generated.  Edit the files in
../Generate-HOL and run "isabelle make HOL-Complex-Generate-HOL" in
~~/src/HOL, if something needs to be changed.

To build the logic in this directory, simply do a "isabelle make
HOL-Import-HOL" in ~~/src/HOL.

Note that the quick_and_dirty flag is on as default for this
directory, which means that the original external proofs are not consulted
at all.  If a real replay of the external proofs is desired, get and
unpack the external proof objects to somewhere on your harddisk, and set
the variable PROOF_DIRS to the directory where the directory "hol4"
is.  Now edit the ROOT.ML file to unset the quick_and_dirty flag and
do "isabelle make HOL-Import-HOL" in ~~/src/HOL.