src/HOL/Plain.thy
author krauss
Tue, 26 Oct 2010 12:19:02 +0200
changeset 40172 008dc2d2c395
parent 40121 e7a80c6752c9
child 40178 00152d17855b
permissions -rw-r--r--
added Spec_Rule declaration to partial_function

header {* Plain HOL *}

theory Plain
imports Datatype FunDef Extraction Sledgehammer
begin

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

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

end