src/HOL/Main.thy
author wenzelm
Fri, 02 Jan 2009 00:21:59 +0100
changeset 29304 5c71a6da989d
parent 28263 69eaa97e7e96
child 29820 07f53494cf20
permissions -rw-r--r--
tuned header and description of boot files;

header {* Main HOL *}

theory Main
imports Plain Code_Eval Map Nat_Int_Bij Recdef
begin

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

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

end