src/HOL/Plain.thy
author wenzelm
Mon, 09 Jan 2012 23:11:28 +0100
changeset 46166 4beb2f41ed93
parent 41886 aa8dce9ab8a9
child 46691 72d81e789106
permissions -rw-r--r--
command status color via regular markup;

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