src/HOL/Main.thy
author huffman
Thu, 27 Mar 2008 00:27:16 +0100
changeset 26420 57a626f64875
parent 25964 080f89d89990
child 26729 43a72d892594
permissions -rw-r--r--
make preorder locale into a superclass of class po

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