src/HOL/Plain.thy
author wenzelm
Mon, 25 Oct 2010 21:23:09 +0200
changeset 40133 b61d52de66f0
parent 40121 e7a80c6752c9
child 40178 00152d17855b
permissions -rw-r--r--
more explicit indication of Output.Private_Hooks (still public to accomodate clones of Proof General for now);

header {* Plain HOL *}

theory Plain
imports Datatype FunDef Extraction Sledgehammer
begin

text {*
  Plain bootstrap of fundamental HOL tools and packages; does not
  include @{text Hilbert_Choice}.
*}

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

end