src/HOL/Main.thy
author wenzelm
Tue, 27 Oct 2009 17:19:31 +0100
changeset 33242 99577c7085c8
parent 33192 08a39a957ed7
child 33250 5c2af18a3237
child 33561 ab01b72715ef
permissions -rw-r--r--
misc tuning and simplification;

header {* Main HOL *}

theory Main
imports Plain Nitpick Quickcheck 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