src/HOL/Main.thy
author wenzelm
Sat, 29 Sep 2012 16:51:04 +0200
changeset 49659 251342b60a82
parent 46155 f27cf421500a
child 51112 da97167e03f7
permissions -rw-r--r--
explicit show_types takes preferenced over show_markup;

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