src/HOL/Plain.thy
author huffman
Thu, 08 Dec 2011 13:25:40 +0100
changeset 45786 3f07a7a91180
parent 41886 aa8dce9ab8a9
child 46691 72d81e789106
permissions -rw-r--r--
reinstate old functions cfst and csnd as abbreviations

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