src/HOL/Main.thy
author wenzelm
Fri, 13 Mar 2009 23:56:07 +0100
changeset 30521 3ec2d35b380f
parent 29888 ab97183f1694
child 31203 5c8fb4fd67e0
permissions -rw-r--r--
merged

header {* Main HOL *}

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