src/HOL/Plain.thy
author bulwahn
Mon, 18 Jul 2011 10:34:21 +0200
changeset 43881 cabe74eab19a
parent 41886 aa8dce9ab8a9
child 46691 72d81e789106
permissions -rw-r--r--
changing parser in quickcheck to activate and deactivate the testers

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