src/HOL/Plain.thy
author huffman
Wed, 12 Jan 2011 16:04:47 -0800
changeset 41533 869b5ea478b0
parent 41414 00b2b6716ed8
child 41886 aa8dce9ab8a9
permissions -rw-r--r--
proper 'domain' class instance for 'a defl, with deflation combinator

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