src/HOL/Main.thy
author huffman
Tue, 22 May 2007 07:29:49 +0200
changeset 23069 cdfff0241c12
parent 22840 643bb625a2c3
child 23165 5d319b0f8bf9
permissions -rw-r--r--
rename lemmas LIM_ident, isCont_ident, DERIV_ident

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