src/HOL/Main.thy
author krauss
Tue, 08 Apr 2008 20:09:54 +0200
changeset 26582 6f9c62d17baa
parent 25964 080f89d89990
child 26729 43a72d892594
permissions -rw-r--r--
added missing file

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

ML {* path_add "~~/src/HOL/Library" *}

end