src/HOL/Main.thy
author bulwahn
Tue, 05 Apr 2011 09:38:23 +0200
changeset 42230 594480d25aaa
parent 41919 e180c2a9873b
child 42695 a94ad372b2f5
permissions -rw-r--r--
deriving bounded_forall instances in quickcheck_exhaustive

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