src/HOL/Plain.thy
author boehmes
Mon, 09 Nov 2009 11:19:25 +0100
changeset 33529 9fd3de94e6a2
parent 33296 a3924d1069e5
child 33593 ef54e2108b74
permissions -rw-r--r--
generalized proof by abstraction, abstract propositional nnf goals (lets best_tac succeed on very large terms)

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