src/HOL/Plain.thy
author huffman
Tue, 13 Dec 2011 14:02:02 +0100
changeset 45853 cbb6f2243b52
parent 41886 aa8dce9ab8a9
child 46691 72d81e789106
permissions -rw-r--r--
add lemma bin_nth_zero

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