src/HOL/Main.thy
author wenzelm
Fri, 10 Jun 2011 11:47:52 +0200
changeset 43347 f18cf88453d6
parent 42695 a94ad372b2f5
child 44324 d972b91ed09d
permissions -rw-r--r--
tuned name (cf. blast_stats);

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