src/HOL/Main.thy
author bulwahn
Fri, 11 Mar 2011 15:21:13 +0100
changeset 41919 e180c2a9873b
parent 40420 552563ea3304
child 42695 a94ad372b2f5
permissions -rw-r--r--
correcting dependencies after renaming

header {* Main HOL *}

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