src/HOL/Plain.thy
author huffman
Mon, 12 Sep 2011 11:39:29 -0700
changeset 44906 8f3625167c76
parent 41886 aa8dce9ab8a9
child 46691 72d81e789106
permissions -rw-r--r--
simplify proofs using LIMSEQ lemmas

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