src/HOL/Plain.thy
author wenzelm
Fri, 29 Jan 2010 23:59:03 +0100
changeset 34924 520727474bbe
parent 33593 ef54e2108b74
child 38393 7c045c03598f
permissions -rw-r--r--
theory data example;

header {* Plain HOL *}

theory Plain
imports Datatype Record 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