src/HOL/Main.thy
author bulwahn
Tue, 27 Oct 2009 09:03:56 +0100
changeset 33254 d0c00b81db1d
parent 33250 5c2af18a3237
child 33562 b1e2830ee31a
permissions -rw-r--r--
hiding randompred definitions

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