src/HOL/Main.thy
author huffman
Wed, 28 Dec 2011 20:05:28 +0100
changeset 46023 fad87bb608fc
parent 45990 b7b905b23b2a
child 46155 f27cf421500a
permissions -rw-r--r--
restate some lemmas to respect int/bin distinction

header {* Main HOL *}

theory Main
imports Plain Predicate_Compile Nitpick More_Set
begin

text {*
  Classical Higher-order Logic -- only ``Main'', excluding real and
  complex numbers etc.
*}

text {* See further \cite{Nipkow-et-al:2002:tutorial} *}

end