src/HOL/Plain.thy
author wenzelm
Wed, 06 Apr 2011 12:58:13 +0200
changeset 42245 29e3967550d5
parent 41886 aa8dce9ab8a9
child 46691 72d81e789106
permissions -rw-r--r--
moved unparse material to syntax_phases.ML;

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