src/HOL/Plain.thy
author huffman
Tue, 15 Nov 2011 12:49:05 +0100
changeset 45504 cad35ed6effa
parent 41886 aa8dce9ab8a9
child 46691 72d81e789106
permissions -rw-r--r--
Metis_Examples/Big_O.thy: add number_ring class constraints, adapt proofs to use cancellation simprocs

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