src/HOL/Main.thy
author wenzelm
Tue, 12 Jul 2011 13:45:05 +0200
changeset 43772 c825594fd0c1
parent 42695 a94ad372b2f5
child 44324 d972b91ed09d
permissions -rw-r--r--
clarified YXML.embed_controls -- this is idempotent and cannot be nested;

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