src/HOL/Main.thy
author bulwahn
Wed, 23 Mar 2011 08:50:31 +0100
changeset 42088 8d00484551fe
parent 41919 e180c2a9873b
child 42695 a94ad372b2f5
permissions -rw-r--r--
making quickcheck's result value more formal; allowing more result information to be returned after timeout; adding output of timing information in quickcheck

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