src/HOL/Plain.thy
author hoelzl
Thu, 26 May 2011 14:12:03 +0200
changeset 42986 11fd8c04ea24
parent 41886 aa8dce9ab8a9
child 46691 72d81e789106
permissions -rw-r--r--
generalize setsum_cases

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