src/HOL/Plain.thy
author krauss
Mon, 14 Feb 2011 15:27:23 +0100
changeset 41763 8ce56536fda7
parent 41414 00b2b6716ed8
child 41886 aa8dce9ab8a9
permissions -rw-r--r--
strengthened induction rule; clarified some proofs

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