src/HOL/Plain.thy
author wenzelm
Thu, 03 Mar 2011 18:10:28 +0100
changeset 41886 aa8dce9ab8a9
parent 41414 00b2b6716ed8
child 46691 72d81e789106
permissions -rw-r--r--
discontinued legacy load path;

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}.
*}

end