src/HOL/Main.thy
author urbanc
Tue, 16 Jan 2007 13:59:08 +0100
changeset 22073 c170dcbe6c9d
parent 21254 d53f76357f41
child 22840 643bb625a2c3
permissions -rw-r--r--
formalisation of Crary's chapter on logical relations (in the book on Advanced Topics in Type Systems) done by Narboux and Urban

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

header {* Main HOL *}

theory Main
imports SAT ATP_Linkup
begin

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

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

setup ResAxioms.setup

end