src/HOL/Plain.thy
author chaieb
Mon, 09 Feb 2009 15:38:26 +0000
changeset 29837 eb7e62c0f53c
parent 29820 07f53494cf20
child 30073 a4ad0c08b7d9
permissions -rw-r--r--
Now imports Fact as suggested by Florian in order to avoid the typerep problem

header {* Plain HOL *}

theory Plain
imports Datatype FunDef Record Extraction Divides Fact
begin

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

instance option :: (finite) finite
  by default (simp add: insert_None_conv_UNIV [symmetric])

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

end