src/HOL/Main.thy
author wenzelm
Mon, 25 Oct 2010 21:23:09 +0200
changeset 40133 b61d52de66f0
parent 40121 e7a80c6752c9
child 40178 00152d17855b
permissions -rw-r--r--
more explicit indication of Output.Private_Hooks (still public to accomodate clones of Proof General for now);

header {* Main HOL *}

theory Main
imports Plain Record Predicate_Compile Nitpick SMT Quotient
begin

text {*
  Classical Higher-order Logic -- only ``Main'', excluding real and
  complex numbers etc.
*}

text {* See further \cite{Nipkow-et-al:2002:tutorial} *}

end