src/HOL/Main.thy
author wenzelm
Tue, 03 Jul 2007 22:27:11 +0200
changeset 23555 16e5fd18905c
parent 23165 5d319b0f8bf9
child 24632 779fc4fcbf8b
permissions -rw-r--r--
assume basic HOL context for compilation (antiquotations); added dest_cTrueprop; tuned Trueprop_conv; added low-level conj_intr/elim/elis (dire need for @{rule} antiquotation!);

(*  Title:      HOL/Main.thy
    ID:         $Id$
*)

header {* Main HOL *}

theory Main
imports Map Hilbert_Choice ATP_Linkup
begin

text {*
  Theory @{text Main} includes everything.  Note that theory @{text
  PreList} already includes most HOL theories.

  \medskip Late clause setup: installs \emph{all} known theorems
  into the clause cache; cf.\ theory @{text ATP_Linkup}.
*}

setup ResAxioms.setup

ML {* val HOL_proofs = !proofs *}

end