src/HOL/Plain.thy
author huffman
Wed, 18 Feb 2009 15:01:53 -0800
changeset 29981 7d0ed261b712
parent 29837 eb7e62c0f53c
child 30073 a4ad0c08b7d9
permissions -rw-r--r--
generalize int_dvd_cancel_factor simproc to idom class

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