(* Title: HOL/Main.thy ID: $Id: Main.thy,v 1.74 2007/10/29 15:13:41 wenzelm Exp $ *) 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