src/HOL/Main.thy
author wenzelm
Mon, 16 Aug 2010 16:24:22 +0200
changeset 38444 796904799f4d
parent 38393 7c045c03598f
child 40121 e7a80c6752c9
permissions -rw-r--r--
HTML.spans: explicit flag for preservation of original data (which would be turned into org.w3c.dom user data in XML.document_node);

header {* Main HOL *}

theory Main
imports Plain Record Predicate_Compile Nitpick SMT
begin

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

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

end