src/HOL/Plain.thy
author wenzelm
Sun, 22 Aug 2010 16:43:20 +0200
changeset 38576 ce3eed2b16f7
parent 38393 7c045c03598f
child 39941 02fcd9cd1eac
permissions -rw-r--r--
removed obsolete Markup_Tree.flatten/filter;

header {* Plain HOL *}

theory Plain
imports Datatype FunDef Extraction
begin

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

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

end