src/HOL/Main.thy
author isatest
Mon, 19 Nov 2007 12:06:10 +0100
changeset 25444 270242f7a27d
parent 25223 7463251e7273
child 25964 080f89d89990
permissions -rw-r--r--
update to most recent smlnj version

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