src/HOL/Plain.thy
author wenzelm
Wed, 13 Jul 2011 21:44:15 +0200
changeset 43795 ca5896a836ba
parent 41886 aa8dce9ab8a9
child 46691 72d81e789106
permissions -rw-r--r--
recovered some runtime sharing from d6b6c74a8bcf, without the global memory bottleneck;

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