src/HOL/Main.thy
author wenzelm
Tue, 08 Nov 2005 10:43:08 +0100
changeset 18117 61a430a67d7c
parent 17905 1574533861b1
child 18315 e52f867ab851
permissions -rw-r--r--
const args: do not store variable names (unused);

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

end