src/HOL/Plain.thy
author huffman
Thu, 14 Oct 2010 09:34:00 -0700
changeset 40013 9db8fb58fddc
parent 39946 78faa9b31202
child 40121 e7a80c6752c9
permissions -rw-r--r--
add function take_theorems

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