src/HOL/Plain.thy
author haftmann
Wed, 28 Oct 2009 19:09:47 +0100
changeset 33296 a3924d1069e5
parent 30327 4d1185c77f4a
child 33593 ef54e2108b74
permissions -rw-r--r--
moved theory Divides after theory Nat_Numeral; tuned some proof texts

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