src/HOL/Main.thy
author paulson
Fri, 23 Dec 2005 17:37:54 +0100
changeset 18510 0a6c24f549c3
parent 18315 e52f867ab851
child 19607 07eeb832f28d
permissions -rw-r--r--
the "skolem" attribute and better initialization of the clause database

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

header {* Main HOL *}

theory Main
imports SAT Reconstruction ResAtpMethods
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} simprules and
  claset rules into the clause cache; cf.\ theory @{text
  Reconstruction}. *}

setup ResAxioms.setup

end