src/HOL/Main.thy
author wenzelm
Thu, 13 Nov 2008 21:29:19 +0100
changeset 28746 c1b151a60a66
parent 28263 69eaa97e7e96
child 29304 5c71a6da989d
permissions -rw-r--r--
tuned intro of "Document preparation";

(*  Title:      HOL/Main.thy
    ID:         $Id$
*)

header {* Main HOL *}

theory Main
imports Plain Code_Eval Map Nat_Int_Bij Recdef
begin

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

end