src/HOL/Main.thy
author wenzelm
Thu, 13 Nov 2008 21:32:36 +0100
changeset 28749 99f6da3bbbf7
parent 28263 69eaa97e7e96
child 29304 5c71a6da989d
permissions -rw-r--r--
renamed "formal comments" to "document comments"; tuned section "Markup commands"; updated/tuned section "Document Antiquotations";

(*  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