src/HOL/Main.thy
author wenzelm
Thu, 29 Sep 2005 15:50:44 +0200
changeset 17721 b943c01e1c6d
parent 17618 1330157e156a
child 17905 1574533861b1
permissions -rw-r--r--
explicit dependencies of SAT vs. Refute; moved late refute setup to SAT;

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

header {* Main HOL *}

theory Main
imports SAT Reconstruction
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.clause_setup

end