src/HOL/Plain.thy
author huffman
Wed, 07 Dec 2011 10:50:30 +0100
changeset 45775 6c340de26a0d
parent 41886 aa8dce9ab8a9
child 46691 72d81e789106
permissions -rw-r--r--
add cancellation simprocs for type enat

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}.
*}

end