src/HOL/Main.thy
author blanchet
Thu, 29 Oct 2009 12:09:32 +0100
changeset 33566 1c62ac4ef6d1
parent 33562 b1e2830ee31a
child 33567 3b8fc89a52b7
permissions -rw-r--r--
merged

header {* Main HOL *}

theory Main
imports Plain Nitpick
begin

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

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

end