src/HOL/Plain.thy
author wenzelm
Sun, 13 Feb 2011 17:19:43 +0100
changeset 41758 a231e6110f9b
parent 41414 00b2b6716ed8
child 41886 aa8dce9ab8a9
permissions -rw-r--r--
tuned;

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