src/HOL/Main.thy
author blanchet
Wed, 18 Jul 2012 08:44:03 +0200
changeset 48285 902ab51dd12a
parent 46155 f27cf421500a
child 51112 da97167e03f7
permissions -rw-r--r--
renaming

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