src/HOL/Main.thy
author paulson
Tue, 18 Sep 2007 17:53:37 +0200
changeset 24632 779fc4fcbf8b
parent 23165 5d319b0f8bf9
child 24644 66ef82187de1
permissions -rw-r--r--
metis now available in PreList

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

header {* Main HOL *}

theory Main
imports Map 
begin

text {*
  Theory @{text Main} includes everything.  Note that theory @{text
  PreList} already includes most HOL theories.

  \medskip Late clause setup: installs \emph{all} known theorems
  into the clause cache; cf.\ theory @{text ATP_Linkup}. 
  FIXME: delete once end_theory actions are installed!
*}

setup ResAxioms.clause_cache_setup

ML {* val HOL_proofs = !proofs *}

end