src/HOL/Main.thy
author wenzelm
Sun, 22 Jul 2012 21:59:14 +0200
changeset 48424 e6b0c14f04c8
parent 46155 f27cf421500a
child 51112 da97167e03f7
permissions -rw-r--r--
tuned;

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