src/HOL/Main.thy
author bulwahn
Thu, 29 Jul 2010 17:27:58 +0200
changeset 38080 8c20eb9a388d
parent 36899 bcd6fce5bf06
child 38393 7c045c03598f
permissions -rw-r--r--
cleaning example file; more natural ordering of variable names

header {* Main HOL *}

theory Main
imports Plain 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