src/HOL/Main.thy
author wenzelm
Tue, 12 Jan 2010 22:23:29 +0100
changeset 34882 7ad1189d54ca
parent 33567 3b8fc89a52b7
child 34897 cf9e3426c7b1
permissions -rw-r--r--
rebuilt from fresh copy of Bitstream Vera, for improved quality of regular text glyphs; misc cleanup of mathematical glyphs, with bold version synthesized by fontforge;

header {* Main HOL *}

theory Main
imports Plain Nitpick Predicate_Compile
begin

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

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

end