src/HOL/Plain.thy
author wenzelm
Fri, 05 Nov 2010 22:01:01 +0100
changeset 40385 b70ef70733e8
parent 40178 00152d17855b
child 41414 00b2b6716ed8
permissions -rw-r--r--
reflect actual content of /home/isabelle/.html-data/cgi-bin/hgwebdir.cgi;

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