src/HOL/Plain.thy
author wenzelm
Fri, 19 Aug 2011 13:32:27 +0200
changeset 44296 0c4411e2fc90
parent 41886 aa8dce9ab8a9
child 46691 72d81e789106
permissions -rw-r--r--
more robust use of set_exn_serial, which is based on PolyML.raiseWithLocation internally;

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