src/HOL/Plain.thy
author blanchet
Mon, 06 Jun 2011 20:36:35 +0200
changeset 43188 0c36ae874fcc
parent 41886 aa8dce9ab8a9
child 46691 72d81e789106
permissions -rw-r--r--
fixed detection of Skolem constants in type construction detection code

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