src/HOL/Main.thy
author wenzelm
Thu, 01 Oct 2009 01:03:36 +0200
changeset 32799 7478ea535416
parent 31203 5c8fb4fd67e0
child 33192 08a39a957ed7
permissions -rw-r--r--
eliminated dead code, redundant bindings and parameters; use === term operator, which is defined here; handle Type.TYPE_MATCH, not arbitrary exceptions; misc tuning and simplification;

header {* Main HOL *}

theory Main
imports Plain Quickcheck Map Recdef SAT
begin

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

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

end