src/HOL/Main.thy
author bulwahn
Tue, 27 Oct 2009 09:02:22 +0100
changeset 33250 5c2af18a3237
parent 33192 08a39a957ed7
child 33562 b1e2830ee31a
permissions -rw-r--r--
including the predicate compiler in HOL-Main; added RandomPredicate monad to Quickcheck

header {* Main HOL *}

theory Main
imports Plain Nitpick Predicate_Compile Recdef
begin

text {*
  Classical Higher-order Logic -- only ``Main'', excluding real and
  complex numbers etc.
*}

text {* See further \cite{Nipkow-et-al:2002:tutorial} *}

end