src/HOL/Main.thy
author wenzelm
Wed, 17 Sep 2008 21:27:14 +0200
changeset 28263 69eaa97e7e96
parent 28228 7ebe8dc06cbb
child 29304 5c71a6da989d
permissions -rw-r--r--
moved global ML bindings to global place;

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