src/HOL/Main.thy
author haftmann
Fri, 19 Oct 2007 19:45:31 +0200
changeset 25103 1ee419a5a30f
parent 24742 73b8b42a36b6
child 25223 7463251e7273
permissions -rw-r--r--
tuned

(*  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 = !proofs *}

end