src/HOL/Plain.thy
author blanchet
Tue, 10 Nov 2009 13:54:00 +0100
changeset 33583 b5e0909cd5ea
parent 33296 a3924d1069e5
child 33593 ef54e2108b74
permissions -rw-r--r--
merged, and renamed local "TheoryData" to "Data" (following common Isabelle conventions)

header {* Plain HOL *}

theory Plain
imports Datatype FunDef Record Extraction
begin

text {*
  Plain bootstrap of fundamental HOL tools and packages; does not
  include @{text Hilbert_Choice}.
*}

ML {* path_add "~~/src/HOL/Library" *}

end