src/HOL/Plain.thy
author haftmann
Fri, 24 Feb 2012 22:46:16 +0100
changeset 46663 7fe029e818c2
parent 41886 aa8dce9ab8a9
child 46691 72d81e789106
permissions -rw-r--r--
explicit is better than implicit

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