src/HOL/Main.thy
author nipkow
Thu, 23 Mar 2006 20:03:53 +0100
changeset 19323 ec5cd5b1804c
parent 18510 0a6c24f549c3
child 19607 07eeb832f28d
permissions -rw-r--r--
Converted translations to abbbreviations. Removed a few odd functions from Map and AssocList. Moved chg_map from Map to Bali/Basis.

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