src/HOL/Plain.thy
author huffman
Wed, 24 Aug 2011 11:56:57 -0700
changeset 44514 d02b01e5ab8f
parent 41886 aa8dce9ab8a9
child 46691 72d81e789106
permissions -rw-r--r--
move geometric progression lemmas from Linear_Algebra.thy to Integration.thy where they are used

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