src/HOL/Plain.thy
author wenzelm
Sun, 04 Sep 2011 19:36:19 +0200
changeset 44706 fe319b45315c
parent 41886 aa8dce9ab8a9
child 46691 72d81e789106
permissions -rw-r--r--
eliminated markup for plain identifiers (frequent but insignificant); reduced "black" markup (outer string etc. takes care of it already);

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