src/HOL/Main.thy
author paulson
Wed, 19 Apr 2006 10:42:13 +0200
changeset 19446 30e1178d7a3b
parent 18510 0a6c24f549c3
child 19607 07eeb832f28d
permissions -rw-r--r--
tidying and reformatting

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