src/HOL/Plain.thy
author wenzelm
Tue, 08 Feb 2011 19:57:11 +0100
changeset 41731 2fb760843e17
parent 41414 00b2b6716ed8
child 41886 aa8dce9ab8a9
permissions -rw-r--r--
prefer polyml-5.2.1 over odd polyml-5.3.0-old;

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 {* Thy_Load.legacy_path_add "~~/src/HOL/Library" *}

end