src/HOL/Main.thy
author wenzelm
Thu, 12 Jun 2008 22:29:50 +0200
changeset 27183 0fc4c0f97a1b
parent 26729 43a72d892594
child 27367 a75d71c73362
permissions -rw-r--r--
removed obsolete skolem declarations -- done by Theory.at_end;

(*  Title:      HOL/Main.thy
    ID:         $Id$
*)

header {* Main HOL *}

theory Main
imports Map
begin

ML {* val HOL_proofs = ! Proofterm.proofs *}

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

end