src/HOL/Main.thy
author wenzelm
Tue, 16 Dec 2008 19:24:55 +0100
changeset 29127 2a684ee023e7
parent 28263 69eaa97e7e96
child 29304 5c71a6da989d
permissions -rw-r--r--
proper 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