src/HOL/Main.thy
author haftmann
Wed, 15 Feb 2006 17:09:45 +0100
changeset 19042 630b8dd0b31a
parent 18510 0a6c24f549c3
child 19607 07eeb832f28d
permissions -rw-r--r--
exported some interfaces useful for other code generator approaches

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