src/HOL/Plain.thy
author blanchet
Fri, 27 May 2011 10:30:07 +0200
changeset 42994 fe291ab75eb5
parent 41886 aa8dce9ab8a9
child 46691 72d81e789106
permissions -rw-r--r--
towards supporting non-simply-typed encodings for TFF and THF (for orthogonality and experiments)

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