src/HOL/Plain.thy
author krauss
Sat, 23 Oct 2010 23:42:04 +0200
changeset 40108 dbab949c2717
parent 39946 78faa9b31202
child 40121 e7a80c6752c9
permissions -rw-r--r--
integrated partial_function into HOL-Plain

header {* Plain HOL *}

theory Plain
imports Datatype FunDef Extraction Metis
begin

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

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

end