src/HOL/Main.thy
author blanchet
Mon, 22 Feb 2010 19:31:00 +0100
changeset 35284 9edc2bd6d2bd
parent 35222 4f1fba00f66d
child 36899 bcd6fce5bf06
permissions -rw-r--r--
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit

header {* Main HOL *}

theory Main
imports Plain Predicate_Compile 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