src/HOL/Main.thy
author urbanc
Thu, 24 May 2007 12:09:38 +0200
changeset 23092 f3615235dc4d
parent 22840 643bb625a2c3
child 23165 5d319b0f8bf9
permissions -rw-r--r--
formalisation of my PhD (the result was correct, but the proof needed several corrections)

(*  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

end