src/HOL/Plain.thy
author wenzelm
Mon, 31 Jan 2011 23:02:53 +0100
changeset 41674 7da257539a8d
parent 41414 00b2b6716ed8
child 41886 aa8dce9ab8a9
permissions -rw-r--r--
tuned signature; tuned vacous forks;

header {* Plain HOL *}

theory Plain
imports Datatype FunDef Extraction Metis
begin

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

ML {* Thy_Load.legacy_path_add "~~/src/HOL/Library" *}

end