src/HOL/Main.thy
author blanchet
Thu, 01 Mar 2012 11:28:56 +0100
changeset 46746 a10dcc985e8d
parent 46155 f27cf421500a
child 51112 da97167e03f7
permissions -rw-r--r--
improved handling of polymorphic quotient types, by avoiding comparing types that will generally differ in the polymorphic case

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