src/HOL/Plain.thy
author bulwahn
Fri, 06 Nov 2009 12:10:55 +0100
changeset 33488 b8a7a3febe6b
parent 33296 a3924d1069e5
child 33593 ef54e2108b74
permissions -rw-r--r--
merge

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