src/HOL/Plain.thy
author wenzelm
Sun, 07 Aug 2011 18:38:36 +0200
changeset 44042 2ff2a54d0fb5
parent 41886 aa8dce9ab8a9
child 46691 72d81e789106
permissions -rw-r--r--
fixed document;

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