src/HOL/Plain.thy
author blanchet
Mon, 02 May 2011 12:09:33 +0200
changeset 42602 a2db47fa015e
parent 41886 aa8dce9ab8a9
child 46691 72d81e789106
permissions -rw-r--r--
added TPTP exporter facility -- useful to do experiments with machine learning

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