src/HOL/Main.thy
author wenzelm
Tue, 14 Apr 2009 15:41:40 +0200
changeset 30890 0214d179c2be
parent 29888 ab97183f1694
child 31203 5c8fb4fd67e0
permissions -rw-r--r--
added Haskabelle -- in accordance to website/index.html version f397b96e3ad2;

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