src/HOL/Main.thy
author wenzelm
Mon, 29 Oct 2007 16:13:41 +0100
changeset 25223 7463251e7273
parent 24742 73b8b42a36b6
child 25964 080f89d89990
permissions -rw-r--r--
qualified Proofterm.proofs;

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

ML {* val HOL_proofs = ! Proofterm.proofs *}

end