src/HOL/Main.thy
author wenzelm
Thu, 10 May 2007 00:39:51 +0200
changeset 22905 dab6a898b47c
parent 22840 643bb625a2c3
child 23165 5d319b0f8bf9
permissions -rw-r--r--
Conversions: primitive equality reasoning (from drule.ML);

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