src/HOL/Plain.thy
author haftmann
Sat, 24 Dec 2011 16:14:58 +0100
changeset 45982 989b1eede03c
parent 41886 aa8dce9ab8a9
child 46691 72d81e789106
permissions -rw-r--r--
dropped references to obsolete facts `mem_def` and `Collect_def`

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