src/HOL/Main.thy
author wenzelm
Wed, 11 Feb 2009 21:40:16 +0100
changeset 29728 2a4f000d1e4d
parent 29304 5c71a6da989d
child 29820 07f53494cf20
permissions -rw-r--r--
more refs;

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