src/HOL/Main.thy
author huffman
Tue, 15 Jan 2008 02:18:01 +0100
changeset 25913 e1b6521c1f94
parent 25223 7463251e7273
child 25964 080f89d89990
permissions -rw-r--r--
declare cpair_strict [simp]

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