src/HOL/Main.thy
author nipkow
Sun, 10 May 2009 14:21:41 +0200
changeset 31084 f4db921165ce
parent 29888 ab97183f1694
child 31203 5c8fb4fd67e0
permissions -rw-r--r--
fixed HOLCF proofs

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