src/HOL/Plain.thy
author wenzelm
Fri, 02 Jan 2009 19:59:26 +0100
changeset 29321 6b9ecb3a70ab
parent 29304 5c71a6da989d
child 29609 a010aab5bed0
permissions -rw-r--r--
removed print mode "PGASCII" -- 7-bit ASCII communication now always enabled;

header {* Plain HOL *}

theory Plain
imports Datatype FunDef Record SAT Extraction
begin

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

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

end