src/HOL/Main.thy
author bulwahn
Mon, 11 May 2009 09:18:42 +0200
changeset 31106 9a1178204dc0
parent 29888 ab97183f1694
child 31203 5c8fb4fd67e0
permissions -rw-r--r--
Added pred_code command

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