src/HOL/Plain.thy
author haftmann
Thu, 13 Oct 2011 22:56:19 +0200
changeset 45137 6e422d180de8
parent 41886 aa8dce9ab8a9
child 46691 72d81e789106
permissions -rw-r--r--
modernized definitions

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